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