.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user