From: Guillaume Pellerin Date: Mon, 28 Jul 2014 13:53:45 +0000 (+0200) Subject: add info X-Git-Tag: 1.1~339 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1ceab177b0c62cc15ad2e17667b47ba48e645d6a;p=teleforma.git add info --- diff --git a/teleforma/exam/templates/exam/script_detail.html b/teleforma/exam/templates/exam/script_detail.html index 2518a3e0..2bc89351 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 + {{ field.label_tag }}: {{ field }}/20 (utilisez la virgule pour les décimales) {% else %} {{ field.label_tag }}: {{ field }} {% endif %}