{% extends "base.html" %} {% load event_tags %} {% block content %} {{ block.super }}

Add or Edit a Planned Remediation Date

{{ finding.title }}

Please provide the date the Finding will be remediated in the environment it was discovered.

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