]> git.0d.be Git - panikdb.git/commitdiff
style episode details with blocks
authorFrédéric Péters <fpeters@0d.be>
Mon, 6 Jan 2020 15:08:23 +0000 (16:08 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 6 Jan 2020 15:08:23 +0000 (16:08 +0100)
panikdb/templates/emissions/episode_detail.html

index 33cfa1d7739af3e9ea8cd3677905bdde571997e2..a533ff969280e4f2c5922db92cee1b9217db6198 100644 (file)
@@ -41,6 +41,7 @@
 </div>
 {% endif %}
 
 </div>
 {% endif %}
 
+<div class="bo-block">
 {% if episode.text %}
 <div class="text">
 {{ episode.text|safe }}
 {% if episode.text %}
 <div class="text">
 {{ episode.text|safe }}
@@ -55,8 +56,10 @@ Tags :
 {% endfor %}
 </p>
 {% endif %}
 {% endfor %}
 </p>
 {% endif %}
+</div>
 
 
 
 
+<div class="bo-block">
 <h3>Diffusions</h3>
 
 {% now "Y-m-d H:i" as now %}
 <h3>Diffusions</h3>
 
 {% now "Y-m-d H:i" as now %}
@@ -87,8 +90,9 @@ Tags :
 </li>
 {% endfor %}
 </ul>
 </li>
 {% endfor %}
 </ul>
+</div>
 
 
-
+<div class="bo-block">
 <h3>Sons</h3>
 
 <table id="soundfiles">
 <h3>Sons</h3>
 
 <table id="soundfiles">
@@ -133,6 +137,7 @@ Tags :
 {% endfor %}
 </tbody>
 </table>
 {% endfor %}
 </tbody>
 </table>
+</div>
 
 {% endblock %}
 
 
 {% endblock %}