From 512f62d7ccbb653ee224ba67236a319040efeef9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 30 Jul 2014 17:22:48 +0200 Subject: [PATCH] add link --- teleforma/exam/templates/exam/scripts.html | 3 +++ 1 file changed, 3 insertions(+) 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 %} -- 2.39.5