This commit is contained in:
Ross
2021-09-21 18:44:16 +01:00
parent c7e298333e
commit 9881e8bd56
3 changed files with 9 additions and 3 deletions
@@ -4,7 +4,7 @@
{% block content %}
<h2>Add Feedback</h2>
<div class="alert alert-info" role="alert">
Adding feedback for {{question_type}} question [{{question.id}}] - {{question}}
Adding feedback for {{question_type}}/{{question.id}} <br/> {{question}}
</div>
<form action="" method="post">
{% csrf_token %}