{% extends "cfp/event/base.html" %} {% load copyable %} {% load form_media %} {% load i18n %} {% load static %} {% block title %}{{ submission.title }} :: {% endblock title %} {% block cfp_header %} {% endblock cfp_header %} {% block scripts %}{% form_media always_base=True %}{% endblock scripts %} {% block content %} {% include "cfp/includes/user_submission_header.html" %}
{% include "common/forms/errors.html" %} {% csrf_token %} {{ form }}
{{ phrases.base.cancel }}
{% endblock content %}