From dc51d51338170282cfaa83b9148fe3f39a24aa6e Mon Sep 17 00:00:00 2001
From: Martin Gross
Date: Mon, 14 Oct 2019 11:40:57 +0200
Subject: [PATCH] Add hint to devices in checkinlist overview
---
.../pretixcontrol/checkin/lists.html | 30 ++++++++++++++-----
src/pretix/control/views/checkin.py | 6 ++++
2 files changed, 28 insertions(+), 8 deletions(-)
diff --git a/src/pretix/control/templates/pretixcontrol/checkin/lists.html b/src/pretix/control/templates/pretixcontrol/checkin/lists.html
index 8bb189301b..c218747f75 100644
--- a/src/pretix/control/templates/pretixcontrol/checkin/lists.html
+++ b/src/pretix/control/templates/pretixcontrol/checkin/lists.html
@@ -19,6 +19,13 @@
performances.
{% endblocktrans %}
+
+ {% blocktrans trimmed %}
+ If you have the appropriate organizer-level permissions, you can connect new devices to your account and
+ use them to validate tickets. Since the devices are connected on the organizer level, you do not have to
+ create a new device for every event but can reuse them over and over again.
+ {% endblocktrans %}
+
{% if request.event.has_subevents %}