diff --git a/templates/admin/mail.html.tera b/templates/admin/mail.html.tera
index 8f54cd1..6c97d4c 100644
--- a/templates/admin/mail.html.tera
+++ b/templates/admin/mail.html.tera
@@ -8,16 +8,16 @@
Mail versenden
-
diff --git a/templates/base.html.tera b/templates/base.html.tera
index 19b468d..c01990b 100644
--- a/templates/base.html.tera
+++ b/templates/base.html.tera
@@ -6,9 +6,17 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
-
-
+
+
+
diff --git a/templates/planned.html.tera b/templates/planned.html.tera
index d5ef0f1..638b32f 100644
--- a/templates/planned.html.tera
+++ b/templates/planned.html.tera
@@ -133,12 +133,10 @@
Abmelden
{% endif %}
- {% if planned_event.max_people > planned_event.rower | length %}
- {% if cur_user_participates == false %}
-
Mitrudern
- {% endif %}
+ {% if planned_event.max_people > planned_event.rower | length and cur_user_participates == false %}
+
Mitrudern
{% endif %}
{# --- END Row Buttons --- #}
{# --- START Cox Buttons --- #}
@@ -155,7 +153,7 @@
{% include "includes/cox-icon" %}
Abmelden
- {% else %}
+ {% elif planned_event.planned_amount_cox > 0 %}