diff --git a/files/templates/admins.html b/files/templates/admins.html
index cd56a9a46..421309fa9 100644
--- a/files/templates/admins.html
+++ b/files/templates/admins.html
@@ -15,7 +15,7 @@
{% for user in admins %}
- {{user.username}} |
+ {{user.username}}{% if user.admin_level == 1 and v and v.admin_level > 1 %}{% endif %} |
{{user.truecoins}} |
{% endfor %}
diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 019abbb7e..5d0ba5617 100644
--- a/files/templates/authforms.html
+++ b/files/templates/authforms.html
@@ -15,11 +15,11 @@
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html
index e90e36202..d6342be32 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -178,12 +178,12 @@
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}
diff --git a/files/templates/log.html b/files/templates/log.html
index eb11f72d9..d0b9a10d3 100644
--- a/files/templates/log.html
+++ b/files/templates/log.html
@@ -6,11 +6,11 @@
{% block content %}
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index 1a42640b8..9104fb82b 100644
--- a/files/templates/login_2fa.html
+++ b/files/templates/login_2fa.html
@@ -12,7 +12,7 @@
2-Step Login - {{'SITE_NAME' | app_config}}
-
+
diff --git a/files/templates/settings.html b/files/templates/settings.html
index 30b958a37..f29350c5b 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -32,7 +32,7 @@
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index affd9cfed..5c7c63857 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -36,10 +36,10 @@
{% if v %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index c84ad296b..d9edfff6b 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -28,7 +28,7 @@
-
+
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html
index 7e2007bcc..99640c9aa 100644
--- a/files/templates/sign_up_failed_ref.html
+++ b/files/templates/sign_up_failed_ref.html
@@ -29,7 +29,7 @@
-
+
diff --git a/files/templates/submit.html b/files/templates/submit.html
index 78b0b2075..0700ab32a 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -23,11 +23,11 @@
{% block stylesheets %}
{% if v %}
-
+
{% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}