This commit is contained in:
Ross
2021-09-21 18:36:58 +01:00
parent d30feb34ac
commit 7be9250e0f
2 changed files with 4 additions and 4 deletions
@@ -3,11 +3,10 @@
{% block content %}
<h2>Add Feedback</h2>
Adding feedback for {{question_type}} question - {{question}}
<form action="" method="post">
{% csrf_token %}
{{ form.non_field_errors }}
{{question}}
{{question.pk}}
{% if user.is_authenticated %}
User: {{user}}