diff --git a/elections/models.py b/elections/models.py
index 2f771bdcbe764e50575ad668752c4de03488851f..7e853e95c3d7a53964adf93ec53d035513a06b85 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()