]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 Jul 2015 13:35:03 +0000 (15:35 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 Jul 2015 13:35:03 +0000 (15:35 +0200)
teleforma/exam/templates/exam/scripts.html

index 5d630ee3a2752fb841b42240b73690d23a001f18..bfaee4af7e42378b486e393b9c449afa436e3c9d 100644 (file)
@@ -25,7 +25,6 @@
    <li><a href="{% url teleforma-exam-scripts-pending period.id %}">{% trans "Pending" %}{% if user.is_staff or user.quotass.all %}{% untreated_scripts_count user period %}{% endif %}</a></li>
    <li><a href="{% url teleforma-exam-scripts-treated period.id %}">{% trans "Marked" %}{% if not user.is_staff and not user.quotas.all %}{% treated_scripts_count user period %}{% endif %}</a></li>
    <li><a href="{% url teleforma-exam-scripts-rejected period.id %}">{% trans "Rejected" %}</a></li>
-   <li><a href="{% url teleforma-exam-scripts-scores-all period.id %}">{% trans "Scores" %}</a></li>
   {% endblock courses %}
   </ul>
  </div>