- Try to move Add... functionality to overviews

This commit is contained in:
Josako
2024-12-13 10:41:29 +01:00
parent 3176b95323
commit 88ee4f482b
4 changed files with 24 additions and 4 deletions

View File

@@ -129,7 +129,7 @@
<li class="nav-item">
<a href="/session_defaults" class="btn btn-sm bg-gradient-primary mb-0">
{% if 'tenant' in session %}
TENANT: {{ session['tenant'].get('name', 'None') }}
TENANT {{ session['tenant'].get('id', 'None') }}: {{ session['tenant'].get('name', 'None') }}
{% endif %}
</a>
</li>