1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-18 15:20:19 +02:00

Bugs fixed

This commit is contained in:
Ehouarn
2025-07-10 20:05:27 +02:00
parent 89cc03141b
commit 608804db30
5 changed files with 11 additions and 6 deletions

View File

@ -12,6 +12,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
</h3>
<div class="card-body">
<ul>
{% if QR_code %}
<li> {{QR_code}} </li>
{% endif %}
{% for field, value in fields %}
<li> {{ field }} : {{ value }}</li>
{% endfor %}