From: Jérémy Fabre Date: Wed, 15 Feb 2017 16:13:54 +0000 (+0100) Subject: Remove unstyled related from person page X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9c7dfcf69ee247701946bbb597e04a2f16bd06cc;p=mezzo.git Remove unstyled related from person page --- 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 %}