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:
@ -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>
|
||||
|
Reference in New Issue
Block a user