This commit is contained in:
Ross
2022-04-04 21:49:56 +01:00
parent d70bab2caa
commit 0e859cc344
@@ -10,7 +10,7 @@
Answers Answers
<ul> <ul>
{% for answer in answers %} {% 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 %} </a> {% if not answer.score %}
<span class="badge rounded-pill bg-danger">Unmarked</span> <span class="badge rounded-pill bg-danger">Unmarked</span>