{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %} Add Collection Set {% endblock %} {% block javascript %} {% include "ui/credential_warnings_snippet.js" %} {% endblock javascript %} {% block content_header %}
* indicates a required field.
{% crispy form %}