summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/quizzes_user.html
diff options
context:
space:
mode:
authorprathamesh2013-08-19 13:09:10 +0530
committerprathamesh2013-08-19 13:09:10 +0530
commitfbeed0456532b2b36f02a26dbfffc132235d5e4c (patch)
tree3a4f08f8e889b4d27a018ea6915d954bf445f1c3 /testapp/templates/exam/quizzes_user.html
parent754244da53f7e0a63c272ce6d1ffb15c1d5be0ae (diff)
downloadonline_test-fbeed0456532b2b36f02a26dbfffc132235d5e4c.tar.gz
online_test-fbeed0456532b2b36f02a26dbfffc132235d5e4c.tar.bz2
online_test-fbeed0456532b2b36f02a26dbfffc132235d5e4c.zip
This branch was created for testing the app.
Changes made here are during the testing phase. And the feedbacks recevied are implemented.
Diffstat (limited to 'testapp/templates/exam/quizzes_user.html')
-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 af2d98a..b55d3e5 100644
--- a/testapp/templates/exam/quizzes_user.html
+++ b/testapp/templates/exam/quizzes_user.html
@@ -12,7 +12,7 @@
<center><h4>No active quizzes for you</h4></center>
{% endif %}
{% for paper in quizzes %}
- <a href="{{ URL_ROOT }}/exam/start/{{paper.id}}">{{ paper.quiz.description }}</a><br>
+ <a href="{{ URL_ROOT }}/exam/intro/{{paper.id}}">{{ paper.quiz.description }}</a><br>
{% endfor %}
{% endblock %}