templates/que_dump.html
changeset 48 aae2f69ba89c
parent 44 ffc035725a4e
child 51 80df28feac72
--- a/templates/que_dump.html	Thu Apr 22 05:33:07 2010 +0530
+++ b/templates/que_dump.html	Thu Apr 22 05:41:35 2010 +0530
@@ -1,6 +1,11 @@
 {% extends 'base.html' %}
 {% block content %}
-List of answers submitted for {{quiz_name}} of {{event.title}}<br />
+List of answers submitted for {{quiz_name}}<br />
+<br />
+{{question.description|linebreaksbr}}<br /><br />
+<fieldset><pre>{{question.code}}</pre></fieldset>
+<br />
+Answers Submitted:<br />
 <form action="" method="post">
 <table cellspacing="5" cellpadding="3">
 		<tr>