.
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user