From 271a8cdc41b778bce9451c13946fd6cea27d0e7b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Dec 2021 07:07:19 +0200 Subject: [PATCH] dfsfds --- files/templates/admin/admin_home.html | 2 +- files/templates/admin/alt_votes.html | 2 +- files/templates/admin/app.html | 2 +- files/templates/admin/apps.html | 2 +- files/templates/admin/badge_grant.html | 2 +- files/templates/admin/content_stats.html | 2 +- files/templates/admin/image_posts.html | 2 +- files/templates/admin/new_users.html | 4 +-- files/templates/admin/removed_comments.html | 2 +- files/templates/admin/removed_posts.html | 2 +- files/templates/admin/reported_posts.html | 2 +- files/templates/admins.html | 2 +- files/templates/agendaposters.html | 2 +- files/templates/api.html | 2 +- files/templates/authforms.html | 5 ++-- files/templates/badges.html | 2 +- files/templates/banned.html | 4 +-- files/templates/comments.html | 10 ++++---- files/templates/contact.html | 2 +- files/templates/default.html | 3 ++- files/templates/email/default.html | 1 + files/templates/errors/400.html | 2 +- files/templates/errors/401.html | 2 +- files/templates/errors/403.html | 2 +- files/templates/errors/404.html | 2 +- files/templates/errors/405.html | 2 +- files/templates/errors/429.html | 2 +- files/templates/errors/500.html | 2 +- files/templates/errors/nsfw.html | 2 +- files/templates/errors/patron.html | 2 +- files/templates/followers.html | 2 +- files/templates/following.html | 2 +- files/templates/formatting.html | 8 +++--- files/templates/grassed.html | 2 +- files/templates/header.html | 10 ++++---- files/templates/leaderboard.html | 18 ++++++------- files/templates/login.html | 5 ++-- files/templates/login_2fa.html | 5 ++-- files/templates/patrons.html | 4 +-- files/templates/rentoids.html | 2 +- files/templates/rules.html | 2 +- files/templates/search.html | 2 +- files/templates/settings.html | 5 ++-- files/templates/settings2.html | 3 ++- files/templates/settings_apps.html | 2 +- files/templates/settings_blocks.html | 2 +- files/templates/settings_profile.html | 4 +-- files/templates/shadowbanned.html | 2 +- files/templates/shop.html | 2 +- files/templates/sign_up.html | 5 ++-- files/templates/sign_up_failed_ref.html | 5 ++-- files/templates/submission.html | 10 ++++---- files/templates/submission_banned.html | 4 +-- files/templates/submission_listing.html | 18 ++++++------- files/templates/submit.html | 5 ++-- files/templates/thiefs.html | 6 ++--- files/templates/user_listing.html | 2 +- files/templates/userpage.html | 28 ++++++++++----------- files/templates/userpage_blocked.html | 2 +- files/templates/userpage_blocking.html | 2 +- files/templates/userpage_reserved.html | 2 +- files/templates/viewers.html | 2 +- files/templates/voters.html | 2 +- files/templates/votes.html | 6 ++--- 64 files changed, 132 insertions(+), 124 deletions(-) diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index 5d98af3c23..5424a9ac7c 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -2,7 +2,7 @@ {% block title %} {{'SITE_NAME' | app_config}} - + {% endblock %} {% block content %} diff --git a/files/templates/admin/alt_votes.html b/files/templates/admin/alt_votes.html index 9e9ad185db..f713893a95 100644 --- a/files/templates/admin/alt_votes.html +++ b/files/templates/admin/alt_votes.html @@ -2,7 +2,7 @@ {% block title %} {{'SITE_NAME' | app_config}} - + {% endblock %} {% block content %} diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html index 65084e081b..1594a729f7 100644 --- a/files/templates/admin/app.html +++ b/files/templates/admin/app.html @@ -2,7 +2,7 @@ {% block title %} API App Administration - + {% endblock %} {% block content %} diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index 64c65eefbf..becf8cee39 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -2,7 +2,7 @@ {% block title %} API App Administration - + {% endblock %} {% block content %} diff --git a/files/templates/admin/badge_grant.html b/files/templates/admin/badge_grant.html index dea5f4bc9a..06219da82d 100644 --- a/files/templates/admin/badge_grant.html +++ b/files/templates/admin/badge_grant.html @@ -60,7 +60,7 @@ - + {{v['name']}} {{v['description']}} diff --git a/files/templates/admin/content_stats.html b/files/templates/admin/content_stats.html index 28830aa676..322701becf 100644 --- a/files/templates/admin/content_stats.html +++ b/files/templates/admin/content_stats.html @@ -2,7 +2,7 @@ {% block title %} {{'SITE_NAME' | app_config}} - + {% endblock %} {% block content %} diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 0ec4c92dc7..167cfe82a8 100644 --- a/files/templates/admin/image_posts.html +++ b/files/templates/admin/image_posts.html @@ -15,7 +15,7 @@ {% block title %} Image feed - + {% endblock %} diff --git a/files/templates/admin/new_users.html b/files/templates/admin/new_users.html index c0805f46ef..5c4bc94d64 100644 --- a/files/templates/admin/new_users.html +++ b/files/templates/admin/new_users.html @@ -1,9 +1,7 @@ {% extends "mine.html" %} {% block maincontent %} - - -{% include "user_listing.html" %} + {% include "user_listing.html" %} {% endblock %} {% block navbar %}{% endblock %} \ No newline at end of file diff --git a/files/templates/admin/removed_comments.html b/files/templates/admin/removed_comments.html index afe9ad9aa9..324b63c016 100644 --- a/files/templates/admin/removed_comments.html +++ b/files/templates/admin/removed_comments.html @@ -3,7 +3,7 @@ {% block title %} Removed Content - + {% endblock %} {% block content %} diff --git a/files/templates/admin/removed_posts.html b/files/templates/admin/removed_posts.html index c8041d62b0..344e8af9a8 100644 --- a/files/templates/admin/removed_posts.html +++ b/files/templates/admin/removed_posts.html @@ -3,7 +3,7 @@ {% block title %} Removed Content - + {% endblock %} {% block content %} diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html index 6305463c48..707cf846fa 100644 --- a/files/templates/admin/reported_posts.html +++ b/files/templates/admin/reported_posts.html @@ -43,7 +43,7 @@ {% block title %} Reported Posts - + {% endblock %} {% block content %} diff --git a/files/templates/admins.html b/files/templates/admins.html index 56db35a40b..a5da8ac124 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -18,7 +18,7 @@ {% for user in admins %} {{loop.index}} - {{user.username}}{% if user.admin_level == 1 and v and v.admin_level > 1 %}{% endif %} + @{{user.username}}'s profile picture{{user.username}}{% if user.admin_level == 1 and v and v.admin_level > 1 %}{% endif %} {{user.truecoins}} {{user.modaction_num}} diff --git a/files/templates/agendaposters.html b/files/templates/agendaposters.html index 5a2168b706..7e9630b50d 100644 --- a/files/templates/agendaposters.html +++ b/files/templates/agendaposters.html @@ -11,7 +11,7 @@ {% for user in users %} {{loop.index}} - {{user.username}} + @{{user.username}}'s profile picture{{user.username}} {% endfor %} diff --git a/files/templates/api.html b/files/templates/api.html index 97ba4c4445..49b84a13b0 100644 --- a/files/templates/api.html +++ b/files/templates/api.html @@ -2,7 +2,7 @@ {% block title %} {{'SITE_NAME' | app_config}} - API - + {% endblock %} {% block content %} diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 4b9e83612b..c042417a2f 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -2,11 +2,12 @@ + - + {% block pagetitle %}{{'SITE_NAME' | app_config}}{% endblock %} @@ -90,7 +91,7 @@
- + cover diff --git a/files/templates/badges.html b/files/templates/badges.html index 43f5ef7e01..087c124ba1 100644 --- a/files/templates/badges.html +++ b/files/templates/badges.html @@ -21,7 +21,7 @@ {% for k,v in badges.items() %} {{v['name']}} - + {{v['name']}} {{v['description']}} {% endfor %} diff --git a/files/templates/banned.html b/files/templates/banned.html index 68369b2f93..60daa75263 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -13,9 +13,9 @@ {% for user in users %} {{loop.index}} - {{user.username}} + @{{user.username}}'s profile picture{{user.username}} {% if user.ban_reason %}{{user.ban_reason}}{% endif %} - {{user.banned_by.username}} + @{{user.banned_by.username}}'s profile picture{{user.banned_by.username}} {% endfor %} diff --git a/files/templates/comments.html b/files/templates/comments.html index 5a6a21a1b0..19f6984f7b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -29,9 +29,9 @@