frontend: Add addressbook editing form

This commit is contained in:
Lennart
2025-07-18 21:08:11 +02:00
parent a827b40b47
commit 35f423d4ca
5 changed files with 214 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ window.rusticalUser = JSON.parse(document.querySelector('#data-rustical-user').i
<script type="module" src="/frontend/assets/js/create-calendar-form.mjs" async></script>
<script type="module" src="/frontend/assets/js/edit-calendar-form.mjs" async></script>
<script type="module" src="/frontend/assets/js/create-addressbook-form.mjs" async></script>
<script type="module" src="/frontend/assets/js/edit-addressbook-form.mjs" async></script>
<script type="module" src="/frontend/assets/js/delete-button.mjs" async></script>
{% endblock %}
{% block header_center %}