Registrations: view to uncheck apply_reduced_fee while accepting
Some checks failed
buildbot/tox Build done.
Some checks failed
buildbot/tox Build done.
This commit is contained in:
8
dav_events/forms/registration.py
Normal file
8
dav_events/forms/registration.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from django import forms
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
|
||||
class RegistrationResponseForm(forms.Form):
|
||||
apply_reduced_fee = forms.BooleanField(required=False,
|
||||
label=_(u'Reduzierte Teilnahmegebühr'))
|
||||
Reference in New Issue
Block a user