{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inside %}

{% trans "Redirection from order page" %}

{% blocktrans trimmed %} This feature is useful if you use only the payment component of pretix but build your own checkout interface for other steps. {% endblocktrans %}

{% trans "Read our documentation for more information" %}

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.returnurl_prefix layout="horizontal" %}
{% endblock %}