From 77f4a4981de7e052ea8c640c3d207482782a9eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jm=C3=A9no=20P=C5=99=C3=ADjmen=C3=AD?= Date: Wed, 18 Nov 2020 11:19:13 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20chybn=C3=BD=20field=20panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pension/tipy/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pension/tipy/models.py b/pension/tipy/models.py index 92c962e..6aa704b 100644 --- a/pension/tipy/models.py +++ b/pension/tipy/models.py @@ -25,6 +25,6 @@ class TipPage(Page): content_panels = Page.content_panels + [ FieldPanel('popisek'), - FieldPanel('image'), + ImageChooserPanel('image'), ]