Event list: Correct handling of event series

This commit is contained in:
Raphael Michel
2017-08-24 10:44:22 +02:00
parent 45b9f1190f
commit 3415bf5cd3
3 changed files with 32 additions and 4 deletions

View File

@@ -246,8 +246,8 @@ class EventFilterForm(FilterForm):
orders = {
'slug': 'slug',
'organizer': 'organizer__name',
'date_from': 'date_from',
'date_to': 'date_to',
'date_from': 'order_from',
'date_to': 'order_to',
'live': 'live'
}
status = forms.ChoiceField(