UPD: try to make trainers happy. registration is is now hex coded. made

clear, that attendance is not guaranteed.
This commit is contained in:
2019-04-24 15:17:13 +02:00
parent f942d2ce56
commit 506abd02c8
7 changed files with 64 additions and 28 deletions

View File

@@ -66,16 +66,7 @@ class RegistrationView(generic.CreateView):
model = Registration
form_class = RegistrationForm
initial = {
# 'personal_names': u'Jens',
# 'family_names': u'Kleineheismann',
# 'address': u'Am Fächerbad 2',
# 'postal_code': u'76131',
# 'city': u'Karlsruhe',
# 'email_address': 'heinzel@alpenverein-karlsruhe.de',
# 'note': u'Nur ein Test.',
'dav_number': '131/00/',
# 'experience': u'Ich kann alles.',
# 'privacy_policy_accepted': True,
}
def get_queryset(self):