FIX: Event List Export: updated to status flags instead of status properties.
This commit is contained in:
@@ -69,7 +69,7 @@ class EventListExportView(generic.FormView):
|
||||
def form_valid(self, form):
|
||||
filename = _(u'Veranstaltungen')
|
||||
filter_kwargs = {
|
||||
'accepted': True,
|
||||
'flags__status__code': 'accepted',
|
||||
}
|
||||
if form.cleaned_data['sport']:
|
||||
sport = form.cleaned_data['sport']
|
||||
|
||||
Reference in New Issue
Block a user