1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-23 09:16:48 +02:00

Improve/modify form, view, template. Add permissions

This commit is contained in:
quark
2024-08-17 02:28:27 +02:00
parent 6d7076b03e
commit debeb33d46
11 changed files with 605 additions and 132 deletions

View File

@ -35,7 +35,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% if open.data %}
{% render_table open %}
{% else %}
<div> class="card-body">
<div class="card-body">
<div class="alert alert-warning">
{% trans "There is no free meal." %}
</div>
@ -50,7 +50,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% if table.data %}
{% render_table table %}
{% else %}
<div> class="card-body">
<div class="card-body">
<div class="alert alert-warning">
{% trans "There is no meal." %}
</div>