added option to change storages

This commit is contained in:
2024-11-10 21:13:56 +01:00
parent 2e295e4691
commit 8280fe7116
6 changed files with 52 additions and 5 deletions

View File

@@ -53,8 +53,8 @@
</div>
<!-- Add storage modal form -->
{% with add_storage_form as form %}
{% include 'parts/modals/substorage-modal.html' %}
{% with add_storage_form as form id as "add-sub-modal"%}
{% include 'parts/modals/add-substorage-modal.html' %}
{% endwith %}
</div>