From 440893edf2c044037ba80d4235e70863cea94500 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Sun, 6 Aug 2023 11:33:45 +0200
Subject: [PATCH] remove fields

---
 home/models.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/home/models.py b/home/models.py
index 40919ec..ee03213 100644
--- a/home/models.py
+++ b/home/models.py
@@ -72,8 +72,6 @@ class HomePage(Page):
 
     content_panels = Page.content_panels + [
         FieldPanel("heading_text", icon="pilcrow"),
-        FieldPanel("events", icon="calendar-alt"),
-        FieldPanel("documents", icon="doc-full-inverse"),
         FieldPanel("donation_text", icon="pilcrow"),
         MultiFieldPanel(
             [
-- 
GitLab