.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{{question}}
|
||||
{{question.pk}}
|
||||
|
||||
{% block content %}
|
||||
<h2>Add Feedback</h2>
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.non_field_errors }}
|
||||
{{question}}
|
||||
{{question.pk}}
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
User: {{user}}
|
||||
@@ -19,6 +19,8 @@ User: {{user}}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{{view.question}}
|
||||
{{view.question.pk}}
|
||||
|
||||
<div class="fieldWrapper">
|
||||
{{ form.content_type.errors }}
|
||||
|
||||
Reference in New Issue
Block a user