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

{% trans "Accept an invitation" %}

{% url "control:auth.login" as loginurl %} {% blocktrans trimmed with login_href='href="'|add:loginurl|add:'"'|safe %} If you already have an account on this site with a different email address, you can log in first and then click this link again to accept the invitation with your existing account. {% endblocktrans %}

{% bootstrap_form_errors form type='all' layout='inline' %} {% csrf_token %} {% bootstrap_field form.email %} {% bootstrap_field form.password %} {% bootstrap_field form.password_repeat %}
« {% trans "Login" %}
{% endblock %}