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