{% extends "base.html" %} {% load event_tags %} {% load static from staticfiles %} {% block add_css %} {% endblock %} {% block add_styles %} .chosen-container { width: 70% !important; } {% endblock %} {% block content %}

Mark Finding for Review

{{ finding.title }}

Please provide a reason why this finding needs to be reviewed.

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% endblock %} {% block postscript %} {% endblock %}