Browse Source

Fix chybný field panel

master
Jméno Příjmení 5 years ago
parent
commit
77f4a4981d
  1. 2
      pension/tipy/models.py

2
pension/tipy/models.py

@ -25,6 +25,6 @@ class TipPage(Page):
content_panels = Page.content_panels + [
FieldPanel('popisek'),
FieldPanel('image'),
ImageChooserPanel('image'),
]

Loading…
Cancel
Save