From 60c65456529ca3593ed86377454eef35150ca4cb Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 1 Feb 2020 15:10:29 +0300 Subject: [PATCH] feat(admin-plugin): update templates for extends/snippets #211 --- .../admin/templates/extends/snippets/add.html | 16 +++++++--------- .../admin/templates/extends/snippets/edit.html | 6 +----- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/site/plugins/admin/templates/extends/snippets/add.html b/site/plugins/admin/templates/extends/snippets/add.html index bb0c631f..61322051 100644 --- a/site/plugins/admin/templates/extends/snippets/add.html +++ b/site/plugins/admin/templates/extends/snippets/add.html @@ -10,15 +10,13 @@ {{ tr('admin_help_text_for_snippets_name') }} -
-
- - - +
+ + +
diff --git a/site/plugins/admin/templates/extends/snippets/edit.html b/site/plugins/admin/templates/extends/snippets/edit.html index 82dde786..f7cfb58c 100644 --- a/site/plugins/admin/templates/extends/snippets/edit.html +++ b/site/plugins/admin/templates/extends/snippets/edit.html @@ -5,10 +5,6 @@ {{ csrf() }} -
-
- -
-
+ {% endblock %} \ No newline at end of file