From 4a0dd36a296bb5fa21cd13b7945fcd04050fda7f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Feb 2015 13:35:37 +0100 Subject: [PATCH] fix form --- teleforma/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/forms.py b/teleforma/forms.py index 2bb63e9c..7ef56b28 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -63,5 +63,5 @@ class StudentInline(InlineFormSet): model = Student can_delete = False - fields = ['iej', 'period', 'platform_only'] + fields = ['iej', 'period',] -- 2.39.5