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

{% trans "Stay22 settings" %}

{% blocktrans trimmed %} Our Stay22 integration works out of the box. You don't need to do anything! {% endblocktrans %} {% blocktrans trimmed %} However, if you are a Stay22 partner yourself and want to customize things further, you can enter your own affiliate ID or even a full embed link here. {% endblocktrans %}
{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.stay22_aid layout="horizontal" %} {% bootstrap_field form.stay22_embedlink layout="horizontal" %}
{% endblock %}