From 9c7dfcf69ee247701946bbb597e04a2f16bd06cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 15 Feb 2017 17:13:54 +0100 Subject: [PATCH] Remove unstyled related from person page --- app/templates/network/person_detail.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/templates/network/person_detail.html b/app/templates/network/person_detail.html index 2b96d12c..ab6b90e6 100644 --- a/app/templates/network/person_detail.html +++ b/app/templates/network/person_detail.html @@ -68,16 +68,6 @@ {% endif %} {% endwith %} -

{% trans 'Related Events' %}

- {% for event in related.event %} - {{ event }}
- {% endfor %} - -

{% trans 'Related Content' %}

- {% for other in related.other %} - {{ other }}
- {% endfor %} - {% endblock %} {% block page_related_content %} -- 2.39.5