This commit is contained in:
Raphael Michel
2015-01-07 17:02:10 +01:00
parent c87f36e027
commit ccb0dc9682
2 changed files with 1 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ In our example, the implementation could look like this::
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
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.

View File

@@ -3,5 +3,4 @@
{% load bootstrap3 %}
{% block inside %}
<em>{% trans "You have to define and select propreties to be able to configure variations." %}
{% endblock %}