{% extends "pretixcontrol/auth/base.html" %} {% load bootstrap3 %} {% load static %} {% load i18n %} {% block content %}

{% trans "Set new password" %}

{% csrf_token %} {% bootstrap_form_errors form type='all' layout='inline' %} {% bootstrap_field form.password %} {% bootstrap_field form.password_repeat %}
{% endblock %}