.
This commit is contained in:
@@ -4,7 +4,11 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Add Feedback</h2>
|
<h2>Add Feedback</h2>
|
||||||
<div class="alert alert-info" role="alert">
|
<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>
|
</div>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|||||||
Reference in New Issue
Block a user