frontend: Add calendar editing form

This commit is contained in:
Lennart
2025-07-18 21:00:58 +02:00
parent 16f9ce6f38
commit a827b40b47
5 changed files with 280 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
window.rusticalUser = JSON.parse(document.querySelector('#data-rustical-user').innerHTML)
</script>
<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/delete-button.mjs" async></script>
{% endblock %}