From: Guillaume Pellerin Date: Wed, 30 Jul 2014 15:22:48 +0000 (+0200) Subject: add link X-Git-Tag: 1.1~332 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=512f62d7ccbb653ee224ba67236a319040efeef9;p=teleforma.git add link --- diff --git a/teleforma/exam/templates/exam/scripts.html b/teleforma/exam/templates/exam/scripts.html index b80105cf..18b6e6e1 100644 --- a/teleforma/exam/templates/exam/scripts.html +++ b/teleforma/exam/templates/exam/scripts.html @@ -25,6 +25,9 @@
  • {% trans "Pending" %}{% if user.is_staff or user.quotass.all %}{% untreated_scripts_count user period %}{% endif %}
  • {% trans "Marked" %}{% if not user.is_staff and not user.quotas.all %}{% treated_scripts_count user period %}{% endif %}
  • {% trans "Rejected" %}
  • + {% if user.is_staff or user.is_superuser %} +
  • {% trans "Quotas" %}
  • + {% endif %} {% endblock courses %}