{% extends "base.html" %} {% load event_tags %} {% load display_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 %}

Edit a Finding

{% 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 %} {% if request.GET.source == "test" %} {% elif request.GET.source == "product_findings" %} {% elif request.GET.source == "all_product_findings" %} {% endif %} {% if request.GET.page %} {% endif %} {% include "dojo/form_fields.html" with form=form %} {% if jform %} {% include "dojo/form_fields.html" with form=jform %} {% endif %}
{% endif %} {% endblock %} {% block postscript %} {% endblock %}