From 6e6bf804662e49ecd5fadaa57f2d588f69cc2059 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 1 Sep 2019 14:43:15 +0300 Subject: [PATCH] feat(admin-panel): improve admin settings page #186 --- .../admin/views/templates/system/settings/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins/admin/views/templates/system/settings/index.html b/site/plugins/admin/views/templates/system/settings/index.html index d09d984d..f45bd000 100644 --- a/site/plugins/admin/views/templates/system/settings/index.html +++ b/site/plugins/admin/views/templates/system/settings/index.html @@ -445,3 +445,11 @@ {% endblock %} + +{% block tail %} + +{% endblock %}