]> git.parisson.com Git - teleforma.git/commitdiff
add fields
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 16:09:52 +0000 (17:09 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 16:09:52 +0000 (17:09 +0100)
teleforma/forms.py

index 98a66abfaddec8c1ff6f8513040fddc4ef526129..ea7c5e6b8dedead5cf2c973be3b02838fdec569b 100644 (file)
@@ -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']
+