]> git.parisson.com Git - mezzo.git/commitdiff
Remove unstyled related from person page
authorJérémy Fabre <blackmagik88@gmail.com>
Wed, 15 Feb 2017 16:13:54 +0000 (17:13 +0100)
committerJérémy Fabre <blackmagik88@gmail.com>
Wed, 15 Feb 2017 16:13:54 +0000 (17:13 +0100)
app/templates/network/person_detail.html

index 2b96d12c7089c3c56f42be8f4c46eb53d71f61d7..ab6b90e6d654da52dcaff472f4f341ccad07e400 100644 (file)
       {% endif %}
     {% endwith %}
 
-    <h2>{% trans 'Related Events' %}</h2>
-    {% for event in related.event %}
-        {{ event }}<br>
-    {% endfor %}
-
-    <h2>{% trans 'Related Content' %}</h2>
-    {% for other in related.other %}
-        {{ other }}<br>
-    {% endfor %}
-
 {% endblock %}
 
 {% block page_related_content %}