Fix improper open flag

This commit is contained in:
Gregoo 2025-02-04 12:34:46 +01:00
parent 16e4c28516
commit 7f684c5f02

View File

@ -20,7 +20,7 @@
<p class="text-center"><i class="ri-error-warning-line"></i> No storage found.</p>
{% endif %}
<hr>
<a href="{{ url_for('admin.admin', open_tag=true) }}" class="btn btn-primary" role="button"><i class="ri-settings-4-line"></i> Manage the set storages</a>
<a href="{{ url_for('admin.admin', open_storage=true) }}" class="btn btn-primary" role="button"><i class="ri-settings-4-line"></i> Manage the set storages</a>
{{ accordion.footer() }}
{{ accordion.header('Tags', 'tag', 'set-details', icon='price-tag-2-line', class='p-0') }}
<ul class="list-group list-group-flush">