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

Add Findings to a Test

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

JIRA

{% if product_tab.product.has_jira_configured %} {{ product_tab.product|jira_project_url }} {% else %} None {% endif %}
{% include "dojo/form_fields.html" with form=jform %} {% endif %}
{% else %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %} {% if jform %}

JIRA


{% if product_tab.product.has_jira_configured %} {{ product_tab.product|jira_project_url }} {% else %} None {% endif %}
{% include "dojo/form_fields.html" with form=jform %} {% endif %}
{% endif %}

{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}