From c30a51127b850c6b7824141ebbbc274fc591609b Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 6 Feb 2020 19:44:13 +0300 Subject: [PATCH] feat(admin-plugin): add new Form plugin to the system plugin confirm check #360 --- site/plugins/admin/templates/extends/plugins/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/plugins/admin/templates/extends/plugins/index.html b/site/plugins/admin/templates/extends/plugins/index.html index 9fd9f04f..b4384042 100644 --- a/site/plugins/admin/templates/extends/plugins/index.html +++ b/site/plugins/admin/templates/extends/plugins/index.html @@ -52,7 +52,7 @@ {{ tr('admin_settings') }} {% if plugin.enabled %} - {% if key == 'admin' or key == 'site' %} + {% if key == 'admin' or key == 'site' or key == 'form' %} {{ icon('fas fa-toggle-on') }} {{ tr('admin_deactivate') }} @@ -104,4 +104,4 @@ }); } -{% endblock %} +{% endblock %} \ No newline at end of file