From 8f16f45935638221d8b0ce539e2910728c091d2f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 29 Dec 2021 17:58:41 +0200 Subject: [PATCH] fds --- files/templates/admin/alt_votes.html | 2 +- files/templates/admin/app.html | 6 +- files/templates/admin/apps.html | 6 +- files/templates/admin/awards.html | 2 +- files/templates/authforms.html | 4 +- files/templates/award_modal.html | 4 +- files/templates/changelog.html | 4 +- files/templates/comments.html | 94 ++++++------ files/templates/default.html | 4 +- files/templates/header.html | 2 +- files/templates/log.html | 6 +- files/templates/login.html | 2 +- files/templates/login_2fa.html | 2 +- files/templates/notifications.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 4 +- files/templates/settings_apps.html | 8 +- files/templates/settings_blocks.html | 4 +- files/templates/settings_profile.html | 2 +- files/templates/settings_security.html | 4 +- files/templates/shop.html | 4 +- files/templates/sign_up.html | 2 +- files/templates/sign_up_failed_ref.html | 2 +- files/templates/submission.html | 184 +++++++++++++----------- files/templates/submission_listing.html | 137 +++++++++--------- files/templates/submit.html | 4 +- files/templates/user_listing.html | 4 +- files/templates/userpage.html | 68 ++++----- 28 files changed, 289 insertions(+), 280 deletions(-) diff --git a/files/templates/admin/alt_votes.html b/files/templates/admin/alt_votes.html index d84c3f4cc..9374558ee 100644 --- a/files/templates/admin/alt_votes.html +++ b/files/templates/admin/alt_votes.html @@ -72,7 +72,7 @@

Two accounts controlled by different people should have most uniqueness percentages at or above 70-80%

A sockpuppet account will have its uniqueness percentages significantly lower.

-Link Accounts +Link Accounts
diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html index 08cca5eef..6320a4fd4 100644 --- a/files/templates/admin/app.html +++ b/files/templates/admin/app.html @@ -34,12 +34,12 @@
{% if not app.client_id%} - Approve - Reject + Approve + Reject {% else %} - Revoke + Revoke {% endif %}
diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index ab0d8aed2..b6a38eaaa 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -39,12 +39,12 @@
{% if not app.client_id %} - Approve - Reject + Approve + Reject {% else %} - Revoke + Revoke {% endif %}
diff --git a/files/templates/admin/awards.html b/files/templates/admin/awards.html index 2c82960f3..d2de33704 100644 --- a/files/templates/admin/awards.html +++ b/files/templates/admin/awards.html @@ -64,6 +64,6 @@

 	{% if 'rdrama.net' not in request.host or v.admin_level > 2 %}
-		
Grant Monthly Marseybux
+
Grant Monthly Marseybux
{% endif %} {% endblock %} \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 1e432162a..9ed5a0dca 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 8c3dba8d8..09abcca42 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -14,9 +14,9 @@
{% for award in v.user_awards %} {% if award.owned %} - + {% else %} - + {% endif %}
{{award.title}}
diff --git a/files/templates/changelog.html b/files/templates/changelog.html index 234c9f768..122918654 100644 --- a/files/templates/changelog.html +++ b/files/templates/changelog.html @@ -67,8 +67,8 @@ {% block content %} {% if v %} -
- + + {% endif %}
diff --git a/files/templates/comments.html b/files/templates/comments.html index c52c0433c..b5c3cec89 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -188,7 +188,7 @@ {% if c.bannedfor and c.author.banned_by %} {% endif %} - {% if c.active_flags %}{{c.active_flags}} Reports{% endif %} + {% if c.active_flags %}{{c.active_flags}} Reports{% endif %} {% if c.over_18 %}+18{% endif %} {% if v and v.admin_level > 1 and c.author.shadowbanned %}{% endif %} {% if c.is_pinned %} @@ -203,7 +203,7 @@ {% if c.author.verified %} {% endif %} - @{{c.author.username}}'s profile picture{{c.author.username}} + @{{c.author.username}}'s profile picture{{c.author.username}} {% if c.author.customtitle %}  {% if c.author.quadrant %}{{c.author.quadrant}} quadrant{% endif %}{{c.author.customtitle | safe}}{% endif %} {% if c.parent_comment_id and not standalone and level != 1 %}{{ c.parent_comment.author.username }}{% endif %} @@ -222,7 +222,7 @@

 				
    {% for f in c.ordered_flags %} -
  • {{f.user.username}}{% if f.reason %}: {{f.realreason(v) | safe}}{% endif %} {% if v and v.admin_level > 1 %}[remove]{% endif %}
  • +
  • {{f.user.username}}{% if f.reason %}: {{f.realreason(v) | safe}}{% endif %} {% if v and v.admin_level > 1 %}[remove]{% endif %}
  • {% endfor %}
@@ -245,7 +245,7 @@ {% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ID and c.author_id!=AUTOJANNY_ID and c.author_id!=v.id %} - Reply + Reply

 					
- Cancel + Cancel Reply
@@ -292,8 +292,8 @@
- Save Edit - Cancel + Save Edit + Cancel
Formatting help
@@ -308,18 +308,18 @@ @@ -632,27 +632,27 @@ diff --git a/files/templates/settings_blocks.html b/files/templates/settings_blocks.html index 51bc5e046..bc2917a7b 100644 --- a/files/templates/settings_blocks.html +++ b/files/templates/settings_blocks.html @@ -66,11 +66,11 @@ diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index 0b3ce397c..8eeeaea86 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -171,7 +171,7 @@ {% if v.background %}
- Remove Background + Remove Background

 						
{% endif %} diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index f53e3d505..9929cf0f4 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -27,7 +27,7 @@ {% if v.email and not v.is_activated %} -
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
+
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
{% elif not v.email %}
Add an email to secure your account in case you forget your password.
{% endif %} @@ -44,7 +44,7 @@ - Cancel + Cancel
Formatting help
@@ -508,93 +508,105 @@ {% if v and (v.id==p.author_id or v.admin_level > 1 and v.admin_level > 2) %} - Edit + Edit {% endif %} {% if v and v.id==p.author_id %} {% if p.private %} - Publish + Publish {% endif %} {% endif %} Votes {% if v %} - Give Award + Give Award {% endif %} - Copy link + Copy link {% if v %} - Subscribe - Unsubscribe + Subscribe + Unsubscribe - Save - Unsave + Save + Unsave - Report + Report {% endif %} {% if v and v.id==p.author_id %} {% if request.path.startswith('/@') %} - Pin to profile - Unpin from profile + Pin to profile + Unpin from profile {% endif %} {% if p.deleted_utc > 0 %} - Undelete + Undelete {% else %} - Delete - {% endif %} - {% endif %} - {% if v and v.admin_level > 0 %} - Pin - Unpin - {% if v==p.author %} - Distinguish - Undistinguish + Delete {% endif %} {% endif %} + + + + @@ -604,19 +616,19 @@ {% if v %}
-
+
{{score}} -
+
{% else %}
-
+
{{score}} -
+
{% endif %} @@ -652,23 +664,23 @@ {% if v and v.admin_level > 1 %} - + {% endif %} - Copy link + Copy link {% if v %}
  • - +
  • {% endif %}
  • {% if v %} - + {% else %} @@ -679,7 +691,7 @@ {{score}} {% if v %} - + {% else %} @@ -749,7 +761,7 @@
  • - Comment + Comment
    Formatting help
    diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 4f13f2771..4b284079e 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,7 +86,7 @@
    
     		
     	
    @@ -112,19 +112,19 @@
     
     				{% elif v %}
     
    -				
    +
    {{score}} -
    +
    {% else %} -
    +
    {{score}} -
    +
    {% endif %} @@ -141,15 +141,15 @@ post thumnail {% elif p.is_image %} - + post thumnail {% elif p.is_video %} - + post thumnail {% elif p.is_youtube %} - + post thumnail {% else %} @@ -190,10 +190,10 @@ {% if p.is_blocking %}{% endif %} {% if p.is_blocked %}{% endif %} {% if p.private %}Draft{% endif %} - {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} + {% if p.active_flags %}{{p.active_flags}} Reports{% endif %} {% if p.author.verified %} {% endif %} - @{{p.author.profile_url}}'s profile picture{{p.author.username}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{{p.author.quadrant}} quadrant{% endif %}{{p.author.customtitle | safe}}{% endif %} + @{{p.author.profile_url}}'s profile picture{{p.author.username}}{% if p.author.customtitle %}  {% if p.author.quadrant %}{{p.author.quadrant}} quadrant{% endif %}{{p.author.customtitle | safe}}{% endif %}  {{p.age_string}}   ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.realurl(v) %}{{p.domain}}{% else %}text post{% endif %}) @@ -212,7 +212,7 @@
    @@ -330,22 +327,22 @@ {% if v and v.admin_level > 1 %} - + {% endif %} - + {% if p.realbody(v) and request.path != "/changelog"%} - + {% endif %} {% if v %}
  • - +
  • @@ -370,12 +367,12 @@ {% elif v %}
  • - + {{score}} - +
  • @@ -415,35 +412,35 @@ - - + + - - + + {% if v.id==p.author_id %} {% if p.private %} - + {% endif %} {% if request.path.startswith('/@') %} - - + + {% endif %} {% if p.deleted_utc > 0 %} - + {% else %} {% endif %} {% if v.club_allowed != False %} - - + + {% endif %} @@ -472,23 +469,23 @@