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