From ff8f1cff83ecc44d807bc2f8f2518897cccb9e87 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 3 Jun 2019 01:13:53 +0300 Subject: [PATCH] Editor.js integration #122 #117 - next round of integration --- site/plugins/admin/views/partials/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index c461bbf4..d19da874 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -60,6 +60,7 @@ } + {% if is_current_path('admin.entries.edit') %} @@ -74,7 +75,7 @@ - + {% endif %} {{ emmiter_emmit('onAdminThemeHeader') }}