Add compatibility note

This commit is contained in:
Raphael Michel
2018-09-25 12:12:33 +02:00
parent 304ad4e3db
commit 23fdf8c457
2 changed files with 30 additions and 0 deletions

View File

@@ -17,6 +17,19 @@
</li> </li>
</ol> </ol>
</div> </div>
<div class="alert alert-warning">
<strong>
{% blocktrans trimmed %}
Please note that this is a new feature that currently only works for beta-stage software, such as
pretixPOS. pretixdroid 1.x and pretixdesk 0.x are not supported by this feature. Future versions of
pretixdroid and pretixdesk will be supported through this menu.
{% endblocktrans %}
</strong>
<br><br>
{% blocktrans trimmed %}
To set up pretixdroid or pretixdesk, please go to the <strong>Check-in devices</strong> section of an event.
{% endblocktrans %}
</div>
<a href="{% url "control:organizer.devices" organizer=request.organizer.slug %}" <a href="{% url "control:organizer.devices" organizer=request.organizer.slug %}"
class="btn btn-default"><i class="fa fa-arrow-left"></i> class="btn btn-default"><i class="fa fa-arrow-left"></i>
{% trans "Device overview" %} {% trans "Device overview" %}

View File

@@ -5,6 +5,23 @@
<legend> <legend>
{% trans "Connected devices" %} {% trans "Connected devices" %}
</legend> </legend>
<div class="alert alert-info">
{% blocktrans trimmed %}
This menu allows you to connect hardware devices such as box office terminals or scanning terminals to
your account.
{% endblocktrans %}
<strong>
{% blocktrans trimmed %}
Please note that this is a new feature that currently only works for beta-stage software, such as
pretixPOS. pretixdroid 1.x and pretixdesk 0.x are not supported by this feature. Future versions of
pretixdroid and pretixdesk will be supported through this menu.
{% endblocktrans %}
</strong>
<br><br>
{% blocktrans trimmed %}
To set up pretixdroid or pretixdesk, please go to the <strong>Check-in devices</strong> section of an event.
{% endblocktrans %}
</div>
{% if devices|length == 0 %} {% if devices|length == 0 %}
<div class="empty-collection"> <div class="empty-collection">
<p> <p>