From 89c0367ba2364319e6febab191fd46b822b4f6bc Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Thu, 14 Feb 2019 15:05:42 +0530 Subject: Add Preview Question Paper button in add_quiz template --- yaksh/templates/exam.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'yaksh/templates/exam.html') diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index 0b292bb..29ad167 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -98,15 +98,6 @@ {% endfor %} -
- {% if user.profile.is_moderator %} - {% if quiz.questionpaper_set.get %} - - View Question Paper - -
- {% endif %} - {% endif %} -- cgit