This commit is contained in:
Ross
2021-09-25 18:25:58 +01:00
parent 66891b793c
commit 45f1fa81d9
@@ -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 %}