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 @@