.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
Answers
|
||||
<ul>
|
||||
{% for answer in answers %}
|
||||
<li {% if not answer.score %}class="flagged"{% endif %}><a href="{% url 'atlas:collection_mark_question' collection.pk forloop.parentloop.counter0 %}">{{answer.answer}}
|
||||
</a> {% if not answer.score %}
|
||||
<li {% if not answer.score %}class="flagged"{% endif %}>{{answer.answer}}
|
||||
{% if not answer.score %}
|
||||
<span class="badge rounded-pill bg-danger">Unmarked</span>
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<a href="{% url 'atlas:collection_mark_question' collection.pk forloop.parentloop.counter0 %}">Mark</a>
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user