diff --git a/templates/index.html.tera b/templates/index.html.tera
index 20e6ad8..ae9fc73 100644
--- a/templates/index.html.tera
+++ b/templates/index.html.tera
@@ -46,11 +46,11 @@
{% endif %}
{% endfor %}
{% if cur_user_participates %}
- Abmelden
+ Abmelden
{% endif %}
{% if planned_event.max_people > planned_event.rower | length %}
{% if cur_user_participates == false %}
- Mitrudern
+ Mitrudern
{% endif %}
{% endif %}
@@ -64,12 +64,12 @@
{% endif %}
{% endfor %}
{% if cur_user_participates %}
-
+
Abmelden
{% else %}
-
+
Steuern
@@ -154,10 +154,10 @@
{% endif %}
{% endfor %}
{% if cur_user_participates %}
- Abmelden
+ Abmelden
{% endif %}
{% if trip.max_people > trip.rower | length and trip.cox_id != loggedin_user.id and cur_user_participates == false%}
- Mitrudern
+ Mitrudern
{% endif %}