Add edit and new for users

This commit is contained in:
gabatxo1312 2026-01-29 23:52:55 +01:00
commit cf9a7cf33f
No known key found for this signature in database
12 changed files with 229 additions and 88 deletions

View file

@ -21,7 +21,7 @@
</h1>
<div>
{{ dropdown::book_dropdown_button(book, show) }}
{{ dropdown::crud_dropdown_button(book, "Actions", "books", show) }}
</div>
</div>
{% endmacro %}