.
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
{% block content %}
|
||||
<h2>Add Feedback</h2>
|
||||
<div class="alert alert-info" role="alert">
|
||||
Adding feedback for {{question_type}}/{{question.id}} <br/> {{question}}
|
||||
Adding feedback for {{question_type}}/{{question.id}} ]
|
||||
|
||||
{% if user.is_superuser %}
|
||||
<br/> {{question}}
|
||||
{% endif %}
|
||||
</div>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user