This commit is contained in:
Ross
2021-05-06 21:26:02 +01:00
parent 9c4844acde
commit 3e5afc4f38
5 changed files with 55 additions and 12 deletions
@@ -30,7 +30,9 @@
<p><b>Scrapped:</b> {{ question.scrapped }} <a href="{% url 'rapids:rapid_scrap' pk=question.pk %}">(toggle)</a>
<p class="pre-whitespace">
Answers (score): {% for answer in question.answers.all %}
<span {% if answer.proposed}class="proposed-answer"{% endif %}>
{{ answer }} ({{answer.status}}),
</span>
{% endfor %}
</p>
</div>