UPD: try to make trainers happy. registration is is now hex coded. made
clear, that attendance is not guaranteed.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user