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 5d98af3c2..5424a9ac7 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 9e9ad185d..f713893a9 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 65084e081..1594a729f 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 64c65eefb..becf8cee3 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 dea5f4bc9..06219da82 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 28830aa67..322701bec 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 0ec4c92dc..167cfe82a 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 c0805f46e..5c4bc94d6 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 afe9ad9aa..324b63c01 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 c8041d62b..344e8af9a 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 6305463c4..707cf846f 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 56db35a40..a5da8ac12 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 5a2168b70..7e9630b50 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 97ba4c444..49b84a13b 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 4b9e83612..c042417a2 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 43f5ef7e0..087c124ba 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 68369b2f9..60daa7526 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 5a6a21a1b..19f6984f7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -29,9 +29,9 @@