{% extends "cfp/event/submission_base.html" %} {% load bootstrap4 %} {% load i18n %} {% block inner %}
{% blocktrans trimmed %} This information will be publicly displayed next to your talk - you can always edit for as long as submissions are still open. {% endblocktrans %}
{% bootstrap_form_errors wizard.form %} {% bootstrap_field wizard.form.name layout='event' %} {% if wizard.form.biography %}{% bootstrap_field wizard.form.biography layout='event' %}{% endif %} {% endblock %}