change user scores html base

This commit is contained in:
Ross
2024-09-02 12:34:32 +01:00
parent 4f60440ea1
commit 33b49c9430
6 changed files with 8 additions and 5 deletions
+3
View File
@@ -7,7 +7,10 @@
</div>
{% endif %}
<div>
<br/>
{% if cid %}
<a href="{% url 'cid_scores' cid passcode %}">Other exams</a>
{% else %}
<a href="{% url 'user_scores' %}">Other exams</a>
{% endif %}
</div>