{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Login is only required to administer a project.
If you have an ensemble code enter it here instead.

{% csrf_token %} {{ form | crispy }}
Cancel
{% endblock %}