From c3c01b025010799fe8dde3d342c4d17b23b02920 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Mon, 9 May 2022 08:27:36 +0200
Subject: [PATCH] fix(district): person page would break when no social
 profiles are filled in

---
 district/templates/district/district_person_page.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/district/templates/district/district_person_page.html b/district/templates/district/district_person_page.html
index fc50c254..62417106 100644
--- a/district/templates/district/district_person_page.html
+++ b/district/templates/district/district_person_page.html
@@ -77,8 +77,8 @@
                   <i class="{% firstof person_link_block.value.custom_icon 'ico--globe' %}"></i>
                 </a>
               {% endfor %}
-            {% endif %}
-          </div>
+            </div>
+          {% endif %}
 
           {% if page.is_pirate %}
             <hr>
-- 
GitLab