Skip to content
Snippets Groups Projects
Commit 8a09e7e9 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

add missing field

parent f9d9d65b
No related branches found
No related tags found
2 merge requests!876Fix shared articles & release elections web,!866Add missing field & remove unused mixin
Pipeline #16172 passed
...@@ -299,12 +299,14 @@ class ElectionsFaqPage( ...@@ -299,12 +299,14 @@ class ElectionsFaqPage(
"Nadpis štítku pro všechna témata", "Nadpis štítku pro všechna témata",
max_length=32, max_length=32,
help_text="např. 'všechna témata'", help_text="např. 'všechna témata'",
default='všechna témata',
) )
## PANELS ## PANELS
content_panels = Page.content_panels + [ content_panels = Page.content_panels + [
FieldPanel("content"), FieldPanel("content"),
FieldPanel("all_topics_name"),
] ]
promote_panels = make_promote_panels() promote_panels = make_promote_panels()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment