]> git.parisson.com Git - teleforma.git/commitdiff
fix spaces
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 1 Jul 2016 16:05:01 +0000 (18:05 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 1 Jul 2016 16:05:01 +0000 (18:05 +0200)
teleforma/exam/templates/exam/script_detail.html

index fd7e1bec3d04121a4f0a55c3ee43df485b68b730..7958a3e17e48ab7be2a181788796a695586a9e1c 100644 (file)
         <a id="topic" href="{% url teleforma-document-download topic.id %}" class="component_icon button icon_download">&nbsp;{% trans "Topic" %}</a>
         {% endif %}
         {% if script.score %}
-        <a id="score" href="#" class="component_icon button icon_ok">{% trans "Score" %} : {{ script.score|floatformat }}/20</a>
-        <a id="opener_comments" href="#" class="component_icon button icon_ok">{% trans "Comments" %}</a>
-        <a id="opener_print" href="#" class="component_icon button icon_download">{% trans "Imprimer" %}</a>
+        <a id="score" href="#" class="component_icon button icon_ok"> {% trans "Score" %} : {{ script.score|floatformat }}/20</a>
+        <a id="opener_comments" href="#" class="component_icon button icon_ok"> {% trans "Comments" %}</a>
+        <a id="opener_print" href="#" class="component_icon button icon_download"> {% trans "Imprimer" %}</a>
         {% elif script.status == 0 %}
         <a href="#" class="component_icon button icon_delete">{% trans "Rejected" %}</a>
         {% else %}
          {% if user.quotas.all %}
-               <a id="opener_mark" href="#" class="component_icon button icon_edit">{% trans "Scoring" %}</a>
-               <a id="opener_reject" href="#" class="component_icon button icon_delete">{% trans "Reject" %}</a>
+               <a id="opener_mark" href="#" class="component_icon button icon_edit"> {% trans "Scoring" %}</a>
+               <a id="opener_reject" href="#" class="component_icon button icon_delete"> {% trans "Reject" %}</a>
          {% else %}
-               <a href="#" class="component_icon button icon_ok">{% trans "Submitted" %}</a>
+               <a href="#" class="component_icon button icon_ok"> {% trans "Submitted" %}</a>
          {% endif %}
         {% endif %}