{% extends "cfp/event/submission_base.html" %} {% load i18n %} {% load rich_text %} {% load bootstrap4 %} {% block title %}{{ request.event }}{% endblock %} {% block inner %}
{% blocktrans trimmed %} This information will be publicly displayed next to your talk - you can always edit it later, too. {% endblocktrans %}
{% bootstrap_form_errors wizard.form %} {% bootstrap_field wizard.form.name layout='horizontal' %} {% bootstrap_field wizard.form.biography layout='horizontal' %} {% endblock %}