diff --git a/files/templates/default.html b/files/templates/default.html index 3d152a289..d820086bd 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -235,7 +235,7 @@ -
+ {% block Banner %} {% if '@' not in request.path %} @@ -246,7 +246,7 @@ {% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=24' %} - {% if v and (v.shadowbanned or v.is_banned or v.agendaposter) %} + {% if v and (v.is_banned or v.agendaposter) %} {% else %} diff --git a/files/templates/settings.html b/files/templates/settings.html index a6a7b92b8..7cc470332 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -58,7 +58,7 @@ {% endif %} - + {% include "header.html" %}