Export List: 1. filter expired, 2. added internal note.

This commit is contained in:
2018-02-26 15:14:15 +01:00
parent 69204a6d0d
commit b381bb76d9
2 changed files with 10 additions and 2 deletions

View File

@@ -57,6 +57,8 @@ class EventListExportForm(forms.Form):
'pickerPosition': 'bottom-left',
},
bootstrap_version=3))
expired = forms.BooleanField(required=False,
label=_(u'auch ausgelaufene Veranstaltungen auflisten'))
def __init__(self, *args, **kwargs):
super(EventListExportForm, self).__init__(*args, **kwargs)