From: Guillaume Pellerin Date: Wed, 3 Feb 2016 16:09:52 +0000 (+0100) Subject: add fields X-Git-Tag: 1.1~163^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2e8e64979245e9500e2131d0d32f039b6e738910;p=teleforma.git add fields --- diff --git a/teleforma/forms.py b/teleforma/forms.py index 98a66abf..ea7c5e6b 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -50,7 +50,6 @@ class CustomRegistrationForm(RegistrationForm): telephone=self.cleaned_data['telephone']) - class ProfileInline(InlineFormSet): model = Profile @@ -63,5 +62,5 @@ class StudentInline(InlineFormSet): model = Student can_delete = False - fields = ['iej', 'period', 'procedure', 'written_speciality', 'oral_speciality', - 'oral_1', ] + fields = ['iej', 'period'] +