This commit is contained in:
Ross
2021-09-25 21:33:00 +01:00
parent 3c1600c59a
commit 51747691c3
3 changed files with 25 additions and 22 deletions
@@ -3,8 +3,10 @@
{% block content %}
CID: {{ciduseranswer.cid}}<br/>
Exam: {{ciduseranswer.exam}}<br/>
{{ciduseranswer.question}}<br/>
Normal: {{ciduseranswer.normal}}<br/>
Answer: {{ciduseranswer.answer}}<br/>
Score: {{ciduseranswer.get_answer_score}}<br/>
<a href="{% url 'rapids:user_answer_delete' ciduseranswer.id %}">Delete answer</a>
{% endblock content %}