Fix the registration forms

- The former `RegistrationUserProfileForm` is splitted in two.
- There is a new form: `RegistrationCofProfileForm`
This commit is contained in:
Martin Pépin 2017-02-11 00:21:11 +01:00
parent 58d708b791
commit b639c04549
4 changed files with 60 additions and 42 deletions

View file

@ -15,6 +15,7 @@
</table>
<hr />
<table>
{{ cofprofile_form | bootstrap }}
{{ clubs_form | bootstrap }}
</table>
{{ event_formset.management_form }}