This commit is contained in:
Ross
2021-09-21 18:39:26 +01:00
parent 7be9250e0f
commit c7e298333e
@@ -3,7 +3,9 @@
{% block content %} {% block content %}
<h2>Add Feedback</h2> <h2>Add Feedback</h2>
Adding feedback for {{question_type}} question - {{question}} <div class="alert alert-info" role="alert">
Adding feedback for {{question_type}} question [{{question.id}}] - {{question}}
</div>
<form action="" method="post"> <form action="" method="post">
{% csrf_token %} {% csrf_token %}
{{ form.non_field_errors }} {{ form.non_field_errors }}