diff --git a/files/templates/admin/update_assets.html b/files/templates/admin/update_assets.html index 590dba5c0..969fc1259 100644 --- a/files/templates/admin/update_assets.html +++ b/files/templates/admin/update_assets.html @@ -40,5 +40,4 @@ - {{macros.image_formats()}} {% endblock %} diff --git a/files/templates/root.html b/files/templates/root.html index 3f054052a..9e19b86c8 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -25,6 +25,7 @@ + {% block body required %}{% endblock %} {{html_head.stylesheets_lower()}} diff --git a/files/templates/submit.html b/files/templates/submit.html index 668971d26..426cdd578 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -110,7 +110,6 @@ {% endblock %} - {{macros.image_formats()}} {% include "modals/emoji.html" %} {% include "modals/gif.html" %} diff --git a/files/templates/submit_hats.html b/files/templates/submit_hats.html index c584e1716..e99a2b6ea 100644 --- a/files/templates/submit_hats.html +++ b/files/templates/submit_hats.html @@ -47,8 +47,6 @@ - {{macros.image_formats()}} -

Pending Approval

diff --git a/files/templates/submit_marseys.html b/files/templates/submit_marseys.html index 530c3101b..f8e13508a 100644 --- a/files/templates/submit_marseys.html +++ b/files/templates/submit_marseys.html @@ -42,8 +42,6 @@ - {{macros.image_formats()}} -

Pending Approval

diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 4eabdab23..f90ac6045 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -208,7 +208,3 @@ {% endif %} {% endmacro %} - -{% macro image_formats() %} - -{% endmacro %}