Skip to content
Snippets Groups Projects
Commit f84ed4c4 authored by OndraRehounek's avatar OndraRehounek Committed by jan.bednarik
Browse files

district & region: Remove HTML renderer

parent 07b6477b
No related branches found
No related tags found
2 merge requests!468Release,!465Resolve "Rozcestník s kartami - přidat text popisu pod nadpis každé karty"
Pipeline #7664 passed
......@@ -888,7 +888,7 @@ class DistrictCenterPage(CalendarMixin, SubpageMixin, MetadataPageMixin, Page):
content = StreamField(
[
("text", RichTextBlock()),
("table", TableBlock(table_options={"renderer": "html"})),
("table", TableBlock()),
],
verbose_name="Obsah",
blank=True,
......@@ -1001,7 +1001,7 @@ class DistrictCustomPage(SubpageMixin, MetadataPageMixin, Page):
content = StreamField(
[
("text", RichTextBlock()),
("table", TableBlock(table_options={"renderer": "html"})),
("table", TableBlock()),
("people_group", blocks.PeopleGroupListBlock()),
],
verbose_name="Obsah",
......
......@@ -874,7 +874,7 @@ class RegionCenterPage(CalendarMixin, SubpageMixin, MetadataPageMixin, Page):
content = StreamField(
[
("text", RichTextBlock()),
("table", TableBlock(table_options={"renderer": "html"})),
("table", TableBlock()),
],
verbose_name="Obsah",
blank=True,
......@@ -987,7 +987,7 @@ class RegionCustomPage(SubpageMixin, MetadataPageMixin, Page):
content = StreamField(
[
("text", RichTextBlock()),
("table", TableBlock(table_options={"renderer": "html"})),
("table", TableBlock()),
("people_group", blocks.PeopleGroupListBlock()),
],
verbose_name="Obsah",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment