From 34eaa24e36736095e80a11644511c1d4c610cd03 Mon Sep 17 00:00:00 2001 From: jtaubert Date: Fri, 20 Dec 2024 16:15:32 +0100 Subject: [PATCH] added senior level --- dav_events/choices.py | 1 + dav_registration/templates/dav_registration/event_list.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@