From 655e7c7b58ec1548484a6e4de0ac269a59e59ad7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 16:07:31 +0100 Subject: [PATCH] 3 columns person list on events --- app/templates/agenda/event_detail.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index 42a7b93d..b45a4a4c 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -1,5 +1,5 @@ {% extends "pages/page.html" %} -{% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags event_tags organization_tags %} +{% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags event_tags organization_tags pages_tags %} {% block meta_title %}{{ event.meta_title }}{% endblock %} @@ -112,15 +112,15 @@
-
+
{% for person in event.persons.all %} - {% with person.person as person %} -
- {% include "network/inc/person/person_card_square.html" %} -
- {% endwith %} + {% with person.person as person %} +
+ {% include "network/inc/person/person_card_square.html" %} +
+ {% endwith %} {% endfor %}
-- 2.39.5