From ae626860a5cc57620a41b689d7a8dd5ad2dcbd8a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Jul 2014 15:24:29 +0200 Subject: [PATCH] again --- teleforma/exam/forms.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5