diff --git a/app/templates/book/collection_view.html b/app/templates/book/collection_view.html index 2579405..d153127 100644 --- a/app/templates/book/collection_view.html +++ b/app/templates/book/collection_view.html @@ -1,7 +1,10 @@ {% extends 'base.html' %} + +{% set show_create_collection = True %} + {% include 'book/add_collection_modal.html' %} diff --git a/app/templates/book/edit_collection_modal.html b/app/templates/book/edit_collection_modal.html new file mode 100644 index 0000000..bcdc3b7 --- /dev/null +++ b/app/templates/book/edit_collection_modal.html @@ -0,0 +1,35 @@ + + +