]> git.0d.be Git - django-panik-emissions.git/commitdiff
templates: mark page sections with bo-block class
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2019 12:18:23 +0000 (14:18 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2019 12:18:23 +0000 (14:18 +0200)
emissions/templates/emissions/emission_detail.html

index 9e3b93f35743cda2d3304b531ab17a79e8d15c04..28b9cf8938535c1f183e40f9eeeca8a0a1ba1a59 100644 (file)
@@ -31,6 +31,7 @@
 </p>
 {% endif %}
 
+<div class="bo-block">
 {% if emission.subtitle %}
 <div class="description">
 {{ emission.subtitle|safe }}
@@ -46,8 +47,9 @@
 {% if emission.text %}
 {{ emission.text|safe }}
 {% endif %}
+</div>
 
-<div class="two-columns schedule-team">
+<div class="bo-block two-columns schedule-team">
 
 <div>
 <h3>Horaires</h3>
@@ -87,8 +89,8 @@
 </ul>
 {% endif %}
 </div>
-</div>
 <br style="clear: both;"/>
+</div>
 
 
 
 {% endif %}
 
 
-<div class="two-columns">
+<div class="bo-block two-columns">
 
 <div>
 <h3>Épisodes</h3>
 </ul>
 </div>
 
-</div> <!-- .two-columns -->
-
 <br style="clear: both;"/>
+</div> <!-- .two-columns -->
 
 {% if newsitems.count >= 10 or episodes.count >= 10 %}
 <p><a href="?all">Afficher la page avec tous les épisodes et toutes les actus</a></p>