]> git.parisson.com Git - mezzo.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 18 Oct 2016 14:07:05 +0000 (16:07 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 18 Oct 2016 14:07:05 +0000 (16:07 +0200)
app/templates/agenda/event_detail.html

index 36ddf03fcef7603e9df48f78b89b3545af69fcf6..5a5471c20888a8f42c9b87058922675a270eea69 100644 (file)
@@ -54,7 +54,6 @@
 {% endblock %}
 
 {% block page_content %}
-
     {% block event_detail_content %}
         {% if event.content %}
             {% editable event.content %}
             {% lorem 3 p %}
         {% endif %}
     {% endblock %}
-
 {% endblock %}
 
 {% block page_link %}
-
     <div class="mt4">
         <div class="row">
             {% if child %}
@@ -97,7 +94,6 @@
             {% endif %}
         </div>
     </div>
-
 {% endblock %}
 
 {% block page_audio %}
         <div class="white-bg pb2">
             <hr class="mt0" />
             <div class="container">
-
                 <div class="row">
-
                     <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2" data-summary-content>
-
                         <h2 class="dotted">
                             {% if event.trainings.all %}
                                 {% trans "Trainers" %}<br>
                                 {% trans "Persons" %}<br>
                             {% endif %}
                         </h2>
-
                     </div>
-
                 </div>
-
             </div>
 
             <div class="container">
-
                 <div class="row">
-
                     <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2">
-
                         {% for person in event.persons.all %}
-
                                 {% with person.person as person %}
                                     {% include "network/inc/person/person_card_circle.html" %}
                                 {% endwith %}
-
                         {% endfor %}
-
                     </div>
-
                 </div>
-
             </div>
-
         </div>
     {% endif %}
 {% endblock %}
 {% endblock %}
 
 {% block page_sidebar %}
-
     <div class="page__meta" data-sticky data-sticky-parent="row" data-sticky-offset="100" data-sticky-detach-at="971">
-
         {% block event_detail_postedby %}
             {% editable event.start event.end event.location %}
                 {% with True as unit_booking %}
                 {% endwith %}
             {% endeditable %}
         {% endblock %}
-
         {% set_short_url_for event %}
         {% with event as object %}
             {% with True as is_event %}
             {% endwith %}
         {% endwith %}
     </div>
-
 {% endblock %}