diff --git a/files/templates/default.html b/files/templates/default.html index 5b2cbb1c3..16674201b 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -223,7 +223,7 @@ - + {% block Banner %} {% if '@' not in request.path %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 9af339404..798a10ad5 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 701685533..e6db441fe 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 ec04bc1bc..622f38c49 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -55,7 +55,7 @@ {% endif %} {% endblock %} - + {% include "header.html" %}