]> git.parisson.com Git - teleforma.git/commitdiff
add info
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 28 Jul 2014 13:53:45 +0000 (15:53 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 28 Jul 2014 13:53:45 +0000 (15:53 +0200)
teleforma/exam/templates/exam/script_detail.html

index 2518a3e06bf876279ba924fa0ca9dff6f6f4119e..2bc8935178fab505173c43271f0777c28cfb36a9 100644 (file)
             <td>{{ field.label_tag.as_hidden }}</td><td>{{ field.as_hidden }}</td>
         {% else %}
                {% if field.html_name == 'score' %}
-             <td>{{ field.label_tag }}:</td><td> {{ field }}/20</td>
+             <td>{{ field.label_tag }}:</td><td> {{ field }}/20 (utilisez la virgule pour les décimales)</td>
             {% else %}
              <td>{{ field.label_tag }}:</td><td> {{ field }}</td>
                {% endif %}