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