From 2f7891874aec1dec962d55e3b2aaed1c61d7acaa Mon Sep 17 00:00:00 2001 From: adityacp Date: Wed, 4 May 2016 22:55:19 +0530 Subject: rebase changes and changes as per comments --- yaksh/templates/yaksh/showquestions.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html index 19fc06e..6e2253a 100644 --- a/yaksh/templates/yaksh/showquestions.html +++ b/yaksh/templates/yaksh/showquestions.html @@ -19,9 +19,11 @@
{% csrf_token %} {{ upload_form.as_p }} - +
- +{% if message %} +

{{ message }}

+{% endif %}
{% csrf_token %}
@@ -45,9 +47,12 @@
+{% if questions %} +
Select All
{% for i in questions %}   {{ i }}
{% endfor %} +{% endif %}

   -- cgit