From 8a09e7e96d79b96dbad93005d2d398f641d5d695 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Tue, 9 Jan 2024 10:13:31 +0100
Subject: [PATCH] add missing field

---
 elections/models.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elections/models.py b/elections/models.py
index 2f771bdc..7e853e95 100644
--- a/elections/models.py
+++ b/elections/models.py
@@ -299,12 +299,14 @@ class ElectionsFaqPage(
         "Nadpis štítku pro všechna témata",
         max_length=32,
         help_text="např. 'všechna témata'",
+        default='všechna témata',
     )
 
     ## PANELS
 
     content_panels = Page.content_panels + [
         FieldPanel("content"),
+        FieldPanel("all_topics_name"),
     ]
 
     promote_panels = make_promote_panels()
-- 
GitLab