Use a more precise font for displaying device tokens

This commit is contained in:
Raphael Michel
2023-04-17 18:53:34 +02:00
parent bacd6b8191
commit 9329caabed

View File

@@ -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>