diff --git a/dav_events/choices.py b/dav_events/choices.py
index 32b23de..d86ce4f 100644
--- a/dav_events/choices.py
+++ b/dav_events/choices.py
@@ -76,6 +76,7 @@ LEVEL_CHOICES = ChoiceSet([
('beginner', _(u'Anfänger')),
('advanced', _(u'Fortgeschrittene')),
('family', _(u'Familien')),
+ ('senior', _(u'Senioren'))
])
MEALS_CHOICES = ChoiceSet([
diff --git a/dav_registration/templates/dav_registration/event_list.html b/dav_registration/templates/dav_registration/event_list.html
index 5073e72..f17e2fb 100644
--- a/dav_registration/templates/dav_registration/event_list.html
+++ b/dav_registration/templates/dav_registration/event_list.html
@@ -9,6 +9,7 @@
+
@@ -127,7 +128,7 @@