{% extends "base.html" %} {% load event_tags %} {% load static from staticfiles %} {% block add_css %} {% endblock %} {% block add_styles %} .chosen-container { width: 70% !important; } .editor-toolbar, .editor-statusbar, .editor-preview-side, .CodeMirror { width: 70% !important; } {% endblock %} {% block content %}

Add Findings to a Test

{% if temp %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %} {% if jform %}

JIRA

{% include "dojo/form_fields.html" with form=jform %} {% endif %}
{% else %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %} {% if jform %}

JIRA


{% include "dojo/form_fields.html" with form=jform %} {% endif %}
{% endif %}

{% endblock %} {% block postscript %} {% endblock %}