summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testapp/templates/exam/quizzes_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/quizzes_user.html b/testapp/templates/exam/quizzes_user.html
index 9a49df7..914b6b4 100644
--- a/testapp/templates/exam/quizzes_user.html
+++ b/testapp/templates/exam/quizzes_user.html
@@ -31,7 +31,7 @@
</td>
<td>
{% if paper.quiz.prerequisite %}
- You have to pass <a href="{{ URL_ROOT }}/exam/intro/{{paper.quiz.prerequisite.id}}">{{ paper.quiz.prerequisite.description }}</a> for taking <a href="{{ URL_ROOT }}/exam/intro/{{paper.id}}">{{ paper.quiz.description }}</a>
+ You have to pass {{ paper.quiz.prerequisite.description }} for taking {{ paper.quiz.description }}
{% else %}
No pre requisites for {{ paper.quiz.description }}
{% endif %}