{% extends "base.html" %} {% load static %} {% load display_tags %} {% block add_styles %} {{ block.super }} .chosen-container { width: 70% !important; } {% endblock %} {% block content %} {{ block.super }}

Add Tests

Documentation

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

JIRA


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

Upload your third party tool scan results and all the findings will be imported automatically.

DefectDojo accepts:

{% if additional_message %}

Note: {{ additional_message }}

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