{% extends "base.html" %} {% block content %}

Add Self Review

This form allows you to record your own feedback for the question / case. This can take the form of a note or a ranking (1-5) of your findings and interpretation.
{% csrf_token %} {{ form.non_field_errors }} {{ form }} {% comment %}
{{ form.content_type.errors }} {{ form.content_type }}
{{ form.object_id.errors }} {{ form.object_id }}
{{ form.note_type.errors }} {{ form.note_type }}
{{ form.note.errors }}
{{ form.note }}
{% endcomment %}
{% if review %}
{% endif %} {% endblock %}