diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index e26cabf49..b8a52c226 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -1,12 +1,6 @@ {% extends "default.html" %} - -{% block title %} -{{SITE_NAME}} - -{% endblock %} - +{% block pagetitle %}{{SITE_NAME}}{% endblock %} {% block customPadding %}px-3{% endblock %} - {% block content %}

Admin Tools

diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html index 9fb3f6def..7a738ebbf 100644 --- a/files/templates/admin/app.html +++ b/files/templates/admin/app.html @@ -1,12 +1,6 @@ {% extends "default.html" %} - -{% block title %} -API App Administration - -{% endblock %} - +{% block pagetitle %}API App Administration{% endblock %} {% block content %} -
diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index 51edd4322..6c0255931 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -1,12 +1,6 @@ {% extends "default.html" %} - -{% block title %} -API App Administration - -{% endblock %} - +{% block pagetitle %}API App Administration{% endblock %} {% block content %} -
diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 864581f7d..d98a42964 100644 --- a/files/templates/admin/image_posts.html +++ b/files/templates/admin/image_posts.html @@ -1,22 +1,12 @@ {% extends "userpage.html" %} - {% block pagetype %}userpage{% endblock %} {% block desktopBanner %}{% endblock %} {% block desktopUserBanner %}{% endblock %} {% block mobileUserBanner %}{% endblock %} - -{% block title %} -Image feed - -{% endblock %} - - +{% block pagetitle %}Image feed{% endblock %} {% block content %} -
-
- {% block listing %}
{% include "submission_listing.html" %} diff --git a/files/templates/admin/removed_comments.html b/files/templates/admin/removed_comments.html index c471c66db..c0b72427a 100644 --- a/files/templates/admin/removed_comments.html +++ b/files/templates/admin/removed_comments.html @@ -1,12 +1,6 @@ {% extends "admin/removed_posts.html" %} - -{% block title %} -Removed Comments -{% endblock %} - +{% block pagetitle %}Removed Comments{% endblock %} {% block listing %} - -
{% with comments=listing %} {% include "comments.html" %} @@ -21,5 +15,4 @@
{% endif %}
- {% endblock %} diff --git a/files/templates/admin/removed_posts.html b/files/templates/admin/removed_posts.html index 38ef4eb03..cb6ec9704 100644 --- a/files/templates/admin/removed_posts.html +++ b/files/templates/admin/removed_posts.html @@ -1,17 +1,10 @@ {% extends "userpage.html" %} - {% block pagetype %}userpage{% endblock %} {% block desktopBanner %}{% endblock %} {% block desktopUserBanner %}{% endblock %} {% block mobileUserBanner %}{% endblock %} - -{% block title %} -Removed Posts - -{% endblock %} - +{% block pagetitle %}Removed Posts{% endblock %} {% block content %} - -
-
- {% block listing %}
{% include "submission_listing.html" %} @@ -37,7 +27,6 @@
{% endblock %} - {% block pagenav %}
- {% endblock %} diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html index bd7bdf221..2531b0dd5 100644 --- a/files/templates/admin/reported_posts.html +++ b/files/templates/admin/reported_posts.html @@ -1,17 +1,10 @@ {% extends "userpage.html" %} - {% block pagetype %}userpage{% endblock %} {% block desktopBanner %}{% endblock %} {% block desktopUserBanner %}{% endblock %} {% block mobileUserBanner %}{% endblock %} - -{% block title %} -Reported Posts - -{% endblock %} - +{% block pagetitle %}Reported Posts{% endblock %} {% block content %} -
-
- {% block listing %}
{% include "submission_listing.html" %} diff --git a/files/templates/api.html b/files/templates/api.html index 1f97a6177..dba2e5fba 100644 --- a/files/templates/api.html +++ b/files/templates/api.html @@ -1,9 +1,5 @@ {% extends "default.html" %} - -{% block title %} -{{SITE_NAME}} - API - -{% endblock %} +{% block pagetitle %}API{% endblock %} {% block content %}

API Guide for Bots

diff --git a/files/templates/casino/game_screen.html b/files/templates/casino/game_screen.html index 3b41b1b80..dc67e5fda 100644 --- a/files/templates/casino/game_screen.html +++ b/files/templates/casino/game_screen.html @@ -1,6 +1,4 @@ -{% extends "default.html" %} {% block title %} -{{game.capitalize()}} -{% endblock %} {% block content %} +{% extends "default.html" %} {% block pagetitle %}{{game.capitalize()}}{% endblock %} {% block content %}