From 415bff5c724cbacfe579f6ff5d1fe25ffd533909 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 10 Jul 2025 14:46:24 +0200 Subject: [PATCH] Device connection: Add copy buttons for manual setup --- .../pretixcontrol/organizers/device_connect.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html b/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html index 9fb687cbeb..63ba0d2015 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html @@ -21,8 +21,17 @@
{% trans "If your app/device does not support scanning a QR code, you can also enter the following information:" %}
- {% trans "System URL:" %} {{ settings.SITE_URL }}
- {% trans "Token:" %} {{ device.initialization_token }} + {% trans "System URL:" %} {{ settings.SITE_URL }} + +
+ {% trans "Token:" %} {{ device.initialization_token }} +