Skip to content
Snippets Groups Projects
Commit cabf900f authored by Dan Nepejchal's avatar Dan Nepejchal Committed by jan.bednarik
Browse files

Regulace konopí - initial commit

- code clean
parent d98e5ee0
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,6 @@ from wagtail.images.blocks import ImageChooserBlock
from wagtail.images.edit_handlers import ImageChooserPanel
from wagtailmetadata.models import MetadataPageMixin
from uniweb.models import SubpageMixin
from tuning import help
SUPPORT_CHOICES = (
......@@ -135,7 +133,7 @@ class RegkonHomePage(MetadataPageMixin, Page):
return self
class RegkonSubPage(Page, SubpageMixin, MetadataPageMixin):
class RegkonSubPage(Page, MetadataPageMixin):
### FIELDS
content = StreamField(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment