diff --git a/files/templates/default.html b/files/templates/default.html index 92380fa48..3d152a289 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -235,7 +235,7 @@ - + {% block Banner %} {% if '@' not in request.path %} diff --git a/files/templates/settings.html b/files/templates/settings.html index a8b08b7d4..a6a7b92b8 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -58,7 +58,7 @@ {% endif %} - + {% include "header.html" %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 6d4c73d74..ff7f9908e 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -46,7 +46,7 @@ {% endif %} - + {% include "header.html" %} diff --git a/files/templates/submit.html b/files/templates/submit.html index 14dce378e..b29f8a573 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -55,7 +55,7 @@ {% endif %} {% endblock %} - + {% include "header.html" %}