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

Apply template to a Finding

{% csrf_token %} {% include "dojo/apply_finding_template_form_fields.html" with form=form template=template %} {% if jform %} {% include "dojo/apply_finding_template_form_fields.html" with form=jform template=template %} {% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}