mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Use a more precise font for displaying device tokens
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
<script type="text/json" data-replace-with-qr>{{ qrdata|safe }}</script><br>
|
<script type="text/json" data-replace-with-qr>{{ qrdata|safe }}</script><br>
|
||||||
{% trans "If your app/device does not support scanning a QR code, you can also enter the following information:" %}
|
{% trans "If your app/device does not support scanning a QR code, you can also enter the following information:" %}
|
||||||
<br>
|
<br>
|
||||||
<strong>{% trans "System URL:" %}</strong> {{ settings.SITE_URL }}<br>
|
<strong>{% trans "System URL:" %}</strong> <code>{{ settings.SITE_URL }}</code><br>
|
||||||
<strong>{% trans "Token:" %}</strong> {{ device.initialization_token }}
|
<strong>{% trans "Token:" %}</strong> <code>{{ device.initialization_token }}</code>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user