From 27720bb67d5c44dcb2d9ec8f315f4e26624c0a4c Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Tue, 6 Sep 2016 16:14:08 +0530 Subject: users and not course creator will see their own trial papers --- yaksh/templates/manage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yaksh/templates/manage.html') diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index 2fd0f7a..2baf492 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -78,15 +78,15 @@
Click on the button given below to add a new course.
- {% if trial_quiz %} + {% if trial_paper %}
You have trial papers. {% csrf_token %} - {% for quiz in trial_quiz %} + {% for paper in trial_paper %} - - + + {% endfor %}
{{quiz.description}} {{paper.question_paper.quiz.description}}
-- cgit