{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Change login email address" %}{% endblock %} {% block content %}

{% trans "Change login email address" %}

{% csrf_token %} {% bootstrap_form_errors form %}

{% trans "This changes the email address used to login to your account, as well as where we send email notifications." %}

{% bootstrap_field form.old_email %} {% bootstrap_field form.new_email %}

{% trans "We will send a confirmation code to your new email address, which you need to enter in the next step to confirm the email address is correct." %}

{% trans "Cancel" %}
{% endblock %}