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

{% trans "That's it about your submission! We now just need a way to contact you." %}

{% blocktrans trimmed %} To create your submission, you need an account on this page. This not only gives us a way to contact you, it also gives you the possibility to edit your submission or to view its current state. {% endblocktrans %}

{% bootstrap_form_errors wizard.form %} {{ wizard.form.media }}

{% trans "I already have an account" %}

{% bootstrap_field wizard.form.login_email layout='inline' %} {% bootstrap_field wizard.form.login_password layout='inline' %} {% trans "Reset password" %}

{% trans "I need a new account" %}

{% bootstrap_field wizard.form.register_email layout='inline' %} {% bootstrap_field wizard.form.register_password layout='inline' %} {% bootstrap_field wizard.form.register_password_repeat layout='inline' %}
{% endblock %}