From a95f1e458a56bbb2b9e6a0a9d0a2c66a90d13b95 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Thu, 19 May 2016 22:06:13 +0200 Subject: [PATCH] Fix install/update a theme from its own detail page --- themes/grav/templates/partials/themes-details.html.twig | 2 ++ 1 file changed, 2 insertions(+) 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' } %}