added link to list_questions page in admin page
authornishanth
Thu, 01 Jul 2010 16:13:01 +0530
changeset 80 96da6bf2b632
parent 79 fa10c32b3730
child 81 848c009b8a60
added link to list_questions page in admin page
templates/admin.html
--- a/templates/admin.html	Thu Jul 01 16:10:09 2010 +0530
+++ b/templates/admin.html	Thu Jul 01 16:13:01 2010 +0530
@@ -19,4 +19,6 @@
 <br />
 <a href="/feedback/list/{{admin_key}}">View the feedbacks submitted</a><br />
 <a href="/feedback/report/{{admin_key}}">View report of feedbacks submitted</a><br />
+<br />
+<a href="/quiz/questions/list/{{admin_key}}">List all the available questions</a>
 {% endblock %}