]> git.parisson.com Git - teleforma.git/commitdiff
remove print button (print is not supported)
authorYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 1 Feb 2019 09:00:45 +0000 (10:00 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 1 Feb 2019 09:00:45 +0000 (10:00 +0100)
teleforma/exam/templates/exam/script_detail.html

index 917df5341823bc47485a252d4535dfb6c6763a0f..6a0941048ad535b829f2515084bcf9c1787d0339 100644 (file)
@@ -57,7 +57,7 @@
         {% 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="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 %}