diff --git a/files/templates/default.html b/files/templates/default.html index 92380fa48a..3d152a289e 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 a8b08b7d49..a6a7b92b8d 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 6d4c73d743..ff7f9908ec 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 14dce378e7..b29f8a573c 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -55,7 +55,7 @@ {% endif %} {% endblock %} - + {% include "header.html" %}