From 985301d27fe9b729cbfdf7382f9d4c8eb62b7f5e Mon Sep 17 00:00:00 2001 From: pi3c Date: Wed, 18 Oct 2023 08:57:52 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BE=D0=BB=D0=B5=20=D0=B2=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B5=20=D1=81=D1=82=D0=B0=D1=82=D1=8C=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproger/templates/admin/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproger/templates/admin/edit.html b/pyproger/templates/admin/edit.html index 48a8263..d588766 100644 --- a/pyproger/templates/admin/edit.html +++ b/pyproger/templates/admin/edit.html @@ -10,5 +10,5 @@ {{ ckeditor.load() }} {{ ckeditor.config(name='title')}} {{ ckeditor.config(name='description')}} - {{ ckeditor.config(name='text')}} + {{ ckeditor.config(name='text', height=700)}} {% endblock %}