{% extends 'exp/base.html' %} {% load bootstrap3 %} {% block title %}Create Study{% endblock %} {% block head %} {{ block.super }} {{ form.media }} {% endblock %} {% block content %}

Create Study

{% csrf_token %} {% include "studies/_study_fields.html" with form=form %} {% bootstrap_field form.structure %} {% bootstrap_field form.study_type %} {% include "studies/_study_type.html" with types=types create=1 %}
{% buttons %} Cancel {% endbuttons %}
{% endblock %}