diff --git a/themes/grav/templates/partials/themes-details.html.twig b/themes/grav/templates/partials/themes-details.html.twig index 0fbcf580..a3443348 100644 --- a/themes/grav/templates/partials/themes-details.html.twig +++ b/themes/grav/templates/partials/themes-details.html.twig @@ -109,3 +109,5 @@ {% include 'partials/modal-changes-detected.html.twig' %} {% include 'partials/modal-remove-package.html.twig' with { type: 'theme', package: theme } %} +{% include 'partials/modal-add-package.html.twig' with { type: 'theme' } %} +{% include 'partials/modal-update-packages.html.twig' with { type: 'theme' } %}