{% with title='AppSec Discovery - Adding Organization' %} {% include 'header.html' %} {% endwith %}
{{ form.hidden_tag() }} {{ form.name.label }} {{ form.name(size=20) }} {{ form.slug.label }} {{ form.slug(size=20) }}
{% include 'footer.html' %}