This commit is contained in:
Ross
2021-09-09 13:02:41 +01:00
parent 64eb04a91e
commit 8ec40250cf
+1 -1
View File
@@ -23,6 +23,7 @@
<h4>Answers</h4>
<ul class="long-answer">{% for a,b,c,d,e in answer_text %}
<li class="user-answer-li"><b>Question {{forloop.counter}}</b></li>
<span class="view-question-link" data-qn={{forloop.counter0}}>View</span>
<ul>
<li class="user-answer-li">Observation</br>
<pre>{{a}}</pre>
@@ -40,7 +41,6 @@
<pre>{{e}}</pre>
</li>
</ul>
<span class="view-question-link" data-qn={{forloop.counter0}}>View</span>
{% endfor %}
</ul>