From 1ceab177b0c62cc15ad2e17667b47ba48e645d6a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Jul 2014 15:53:45 +0200 Subject: [PATCH] add info --- teleforma/exam/templates/exam/script_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.39.5