diff options
author | hardythe1 | 2014-07-02 13:12:19 +0530 |
---|---|---|
committer | hardythe1 | 2014-07-02 13:12:19 +0530 |
commit | 3e9626308098bf412ca4f228f7667526ad52bbdd (patch) | |
tree | 029c6348135ee6edbf55e17ba2bf931369668417 /testapp/templates | |
parent | d56eaad3340a7580276b0e4644b48f224cb695c8 (diff) | |
download | online_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.html | 2 |
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 %} |