|
@ -81,6 +81,7 @@ class ExternView(CookieWizardView): |
|
|
|
|
|
|
|
|
# write data to database |
|
|
# write data to database |
|
|
form = form.save(commit=False) |
|
|
form = form.save(commit=False) |
|
|
|
|
|
# we have to copy the data from the first form here |
|
|
# this is ugly code. how can we copy this without explicit writing? |
|
|
# this is ugly code. how can we copy this without explicit writing? |
|
|
# i found no way to access the ModelForm.Meta.exclude-tupel |
|
|
# i found no way to access the ModelForm.Meta.exclude-tupel |
|
|
form.realname = data['realname'] |
|
|
form.realname = data['realname'] |
|
|