forked from CGM_Public/pretix_original
Merge
This commit is contained in:
@@ -215,7 +215,7 @@ In our example, the implementation could look like this::
|
|||||||
Control interface formsets
|
Control interface formsets
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
To make it possible for the event organizer to configure your restriction, there is a
|
To make it possible for the event organizer to configure your restriction, there is a
|
||||||
'Restrictions' page in the item configuration. This page is able to show a formset for
|
'Restrictions' page in the item configuration. This page is able to show a formset for
|
||||||
each restriction plugin, but *you* are required to create this formset. This is why you
|
each restriction plugin, but *you* are required to create this formset. This is why you
|
||||||
should listen to the the ``tixlcontrol.signals.restriction_formset`` signal.
|
should listen to the the ``tixlcontrol.signals.restriction_formset`` signal.
|
||||||
|
|||||||
@@ -3,5 +3,4 @@
|
|||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
{% block inside %}
|
{% block inside %}
|
||||||
<em>{% trans "You have to define and select propreties to be able to configure variations." %}
|
<em>{% trans "You have to define and select propreties to be able to configure variations." %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user