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