diff --git a/bayer/templates/objects/package.html b/bayer/templates/objects/package.html index c03be1d2..40ab23dd 100644 --- a/bayer/templates/objects/package.html +++ b/bayer/templates/objects/package.html @@ -4,6 +4,7 @@ {% block action_modals %} {% include "modals/objects/edit_package_modal.html" %} + {% include "modals/objects/view_package_permissions_modal.html" %} {% include "modals/objects/edit_package_permissions_modal.html" %} {% include "modals/objects/publish_package_modal.html" %} {% include "modals/objects/set_license_modal.html" %} diff --git a/templates/actions/objects/package.html b/templates/actions/objects/package.html index 2ad3483d..a49f2c26 100644 --- a/templates/actions/objects/package.html +++ b/templates/actions/objects/package.html @@ -23,6 +23,7 @@ Publish Package +{% endif %}