{% extends "cfp/event/submission_base.html" %} {% load i18n %} {% load rich_text %} {% load bootstrap4 %} {% block inner %}

{% trans "Tell us something about yourself!" %}

{% 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='event' %} {% bootstrap_field wizard.form.biography layout='event' %} {% endblock %}