From: Guillaume Pellerin Date: Mon, 28 Jul 2014 13:55:19 +0000 (+0200) Subject: fix X-Git-Tag: 1.1~338 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a6e40aa7710fe6a0feab9940fa49b04fcf8065e0;p=teleforma.git fix --- diff --git a/teleforma/exam/templates/exam/script_detail.html b/teleforma/exam/templates/exam/script_detail.html index 2bc89351..813f605a 100644 --- a/teleforma/exam/templates/exam/script_detail.html +++ b/teleforma/exam/templates/exam/script_detail.html @@ -129,7 +129,7 @@ {{ field.label_tag.as_hidden }}{{ field.as_hidden }} {% else %} {% if field.html_name == 'score' %} - {{ field.label_tag }}: {{ field }}/20 (utilisez la virgule pour les décimales) + {{ field.label_tag }}: {{ field }}/20
(utilisez la virgule pour les décimales) {% else %} {{ field.label_tag }}: {{ field }} {% endif %}