From: Guillaume Pellerin Date: Mon, 28 Jul 2014 13:24:29 +0000 (+0200) Subject: again X-Git-Tag: 1.1~342 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ae626860a5cc57620a41b689d7a8dd5ad2dcbd8a;p=teleforma.git again --- diff --git a/teleforma/exam/forms.py b/teleforma/exam/forms.py index e54e447f..8096ac9f 100644 --- a/teleforma/exam/forms.py +++ b/teleforma/exam/forms.py @@ -7,6 +7,7 @@ class ScriptForm(ModelForm): def __init__(self, *args, **kwargs): super(ScriptForm, self).__init__(*args, **kwargs) + self.fields['score'].localize = True class Meta: model = Script