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

{% trans "Change password" %}


{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.email %} {% bootstrap_field form.old_pw %} {% bootstrap_field form.new_pw %} {% bootstrap_field form.new_pw_repeat %}
{% trans "Cancel" %}
{% endblock %}