diff --git a/generic/templates/generic/questionnote_form.html b/generic/templates/generic/questionnote_form.html index 0a0c27a3..b9cbe915 100755 --- a/generic/templates/generic/questionnote_form.html +++ b/generic/templates/generic/questionnote_form.html @@ -4,9 +4,32 @@

Add Feedback

{% csrf_token %} - - {{ form.as_table }} -
+{{ form.non_field_errors }} +
+ {{ form.content_type.errors }} + + {{ form.content_type }} +
+
+ {{ form.author.errors }} + + {{ form.author }} +
+
+ {{ form.object_id.errors }} + + {{ form.object_id }} +
+
+ {{ form.note_type.errors }} + + {{ form.note_type }} +
+
+ {{ form.note.errors }} + + {{ form.note }} +
{% endblock %}