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

index 2bc8935178fab505173c43271f0777c28cfb36a9..813f605a784a64a56408436bc52e05e41aa955e1 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 (utilisez la virgule pour les décimales)</td>
+             <td>{{ field.label_tag }}:</td><td> {{ field }}/20 <br />(utilisez la virgule pour les décimales)</td>
             {% else %}
              <td>{{ field.label_tag }}:</td><td> {{ field }}</td>
                {% endif %}