From 6b7e275f8650e1f88e2b2705a450e430b488730f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Wed, 26 Jul 2023 12:30:56 +0200
Subject: [PATCH] main: Fix person template

---
 main/templates/main/main_person_page.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main/templates/main/main_person_page.html b/main/templates/main/main_person_page.html
index c42889d4..ea439a76 100644
--- a/main/templates/main/main_person_page.html
+++ b/main/templates/main/main_person_page.html
@@ -55,7 +55,6 @@
         </div>
       </section>
     </div>
-    {% endif %}
 
     {% if page.calendar %}
       <section class="grid-container no-max mr-0 mb-4 xl:mb-20">
-- 
GitLab