summaryrefslogtreecommitdiff
path: root/yaksh/templates/manage.html
diff options
context:
space:
mode:
authormaheshgudi2016-09-08 08:05:06 +0530
committermaheshgudi2016-09-08 08:05:06 +0530
commite423320c4682718cd39d2cfec4e5da59a86c68c0 (patch)
treed3bf4168f8acbc8c36c4bf255c75a5dfad9515ec /yaksh/templates/manage.html
parentccea043bde737883063adfaf28eb16c95218d58b (diff)
downloadonline_test-e423320c4682718cd39d2cfec4e5da59a86c68c0.tar.gz
online_test-e423320c4682718cd39d2cfec4e5da59a86c68c0.tar.bz2
online_test-e423320c4682718cd39d2cfec4e5da59a86c68c0.zip
changed input name in html from delete_quiz to delete_paper
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r--yaksh/templates/manage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html
index 9934f41..b628a44 100644
--- a/yaksh/templates/manage.html
+++ b/yaksh/templates/manage.html
@@ -85,7 +85,7 @@
{% csrf_token %}
{% for paper in trial_paper %}
<tr>
- <td> <input type = "checkbox" name="delete_quiz" value = {{paper.id}}></input></td>
+ <td> <input type = "checkbox" name="delete_paper" value = {{paper.id}}></input></td>
<td> <a href="{{URL_ROOT}}/exam/manage/gradeuser/{{paper.question_paper.quiz.id}}">{{paper.question_paper.quiz.description}}</td>
</tr>
{% endfor %}