{% extends 'admin/base_site.html' %} {% load i18n %} {% block title %} {% trans "CourseRun Selection Form" %} {% endblock title %} {% block content %}
{% csrf_token %}
{% for field in form %}
{{ field }}
{% endfor %}
{% block submit_buttons_bottom %}
{% endblock %}
{% endblock %}