summaryrefslogtreecommitdiff
path: root/testapp/templates
diff options
context:
space:
mode:
authorhardythe12014-07-02 13:12:19 +0530
committerhardythe12014-07-02 13:12:19 +0530
commit3e9626308098bf412ca4f228f7667526ad52bbdd (patch)
tree029c6348135ee6edbf55e17ba2bf931369668417 /testapp/templates
parentd56eaad3340a7580276b0e4644b48f224cb695c8 (diff)
downloadonline_test-3e9626308098bf412ca4f228f7667526ad52bbdd.tar.gz
online_test-3e9626308098bf412ca4f228f7667526ad52bbdd.tar.bz2
online_test-3e9626308098bf412ca4f228f7667526ad52bbdd.zip
removing links
Diffstat (limited to 'testapp/templates')
-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 %}