From 0877f52314c0ceea9ae4d676b208abd80e0bf638 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Mon, 30 Jan 2023 20:30:00 +0100 Subject: [PATCH] optimize blog template --- static/admin/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/admin/index.html b/static/admin/index.html index 77db27b7..36630873 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -643,7 +643,9 @@ h('div', {"className": "row"}, h('div', {"className": "col-12 mb-4"}, h('img', {"className": "img-fluid w-100 mb-4", src: imageUrl}), - widgetFor('body')) + h('div', {"className": "content"}, + widgetFor('body') + )) ) ) )