From 9329caabed322c8ad1e12a9754b7b28eb5d3657c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 17 Apr 2023 18:53:34 +0200 Subject: [PATCH] Use a more precise font for displaying device tokens --- .../templates/pretixcontrol/organizers/device_connect.html | 4 ++-- 1 file changed, 2 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 ebff668b0..9fb687cbe 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html @@ -21,8 +21,8 @@
{% 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 }}