{% extends "site_base.html" %} {% load bootstrap %} {% block body_class %}authed cohorts{% endblock %} {% block head_title %}Cohort Create{% endblock %} {% block body %}
{% csrf_token %}

Create a cohort

{{ form|bootstrap }}
Cancel
{% endblock %}