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

Add findings to a test

{% if temp %}

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