From 1254d4551c108100a3c4e40d63cdbf9451397aa0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 23 Jan 2020 15:33:22 +0300 Subject: [PATCH] feat(admin-plugin): update tools template #211 --- site/plugins/admin/templates/system/tools/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/plugins/admin/templates/system/tools/index.html b/site/plugins/admin/templates/system/tools/index.html index bfeb13b9..d3b40401 100644 --- a/site/plugins/admin/templates/system/tools/index.html +++ b/site/plugins/admin/templates/system/tools/index.html @@ -1,5 +1,3 @@ {% extends "plugins/admin/templates/partials/base.html" %} -{% block content %} - -{% endblock %} +{% block content %}{% endblock %} \ No newline at end of file