mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-18 15:20:19 +02:00
Bugs fixed
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user