From: Jérémy Fabre Date: Wed, 28 Sep 2016 15:50:38 +0000 (+0200) Subject: Add the links to events X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6f284a121845cf1a78d380aa47818b67162818ce;p=mezzo.git Add the links to events --- diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index 3f0c7b86..07ab6aeb 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -125,6 +125,14 @@ {% endblock %} +{% block page_link %} + {% with event.links.all as links %} + {% if links %} + {% include 'core/inc/link.html' %} + {% endif %} + {% endwith %} +{% endblock %} + {% block page_audio %} {% with event.audios.all as audios %} {% if audios %} @@ -149,6 +157,12 @@ {% endwith %} {% endblock %} +{% block page_person_list %} + {% for page_custom_person_list_block_inline in event.persons.all %} + + {% endfor %} +{% endblock %} + {% block page_sub_content %} {% with event.blocks.all as blocks %} {% include "core/inc/block.html" %}