From: Guillaume Pellerin Date: Tue, 18 Oct 2016 14:07:05 +0000 (+0200) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4227c0fdf326c313596f1c2edfc6d75d5b2719d9;p=mezzo.git cleanup --- diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index 36ddf03f..5a5471c2 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -54,7 +54,6 @@ {% endblock %} {% block page_content %} - {% block event_detail_content %} {% if event.content %} {% editable event.content %} @@ -64,11 +63,9 @@ {% lorem 3 p %} {% endif %} {% endblock %} - {% endblock %} {% block page_link %} -
{% if child %} @@ -97,7 +94,6 @@ {% endif %}
- {% endblock %} {% block page_audio %} @@ -123,11 +119,8 @@

-
-
-

{% if event.trainings.all %} {% trans "Trainers" %}
@@ -135,33 +128,21 @@ {% trans "Persons" %}
{% endif %}

-
-
-
-
-
- {% for person in event.persons.all %} - {% with person.person as person %} {% include "network/inc/person/person_card_circle.html" %} {% endwith %} - {% endfor %} -
-
-
-
{% endif %} {% endblock %} @@ -173,9 +154,7 @@ {% endblock %} {% block page_sidebar %} -
- {% block event_detail_postedby %} {% editable event.start event.end event.location %} {% with True as unit_booking %} @@ -183,7 +162,6 @@ {% endwith %} {% endeditable %} {% endblock %} - {% set_short_url_for event %} {% with event as object %} {% with True as is_event %} @@ -191,5 +169,4 @@ {% endwith %} {% endwith %}
- {% endblock %}