From 226b7ea3839d8dd1ce0521b84273f00a8e1ae4ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 6 Jan 2020 16:08:23 +0100 Subject: [PATCH] style episode details with blocks --- panikdb/templates/emissions/episode_detail.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/panikdb/templates/emissions/episode_detail.html b/panikdb/templates/emissions/episode_detail.html index 33cfa1d..a533ff9 100644 --- a/panikdb/templates/emissions/episode_detail.html +++ b/panikdb/templates/emissions/episode_detail.html @@ -41,6 +41,7 @@ {% endif %} +
{% if episode.text %}
{{ episode.text|safe }} @@ -55,8 +56,10 @@ Tags : {% endfor %}

{% endif %} +
+

Diffusions

{% now "Y-m-d H:i" as now %} @@ -87,8 +90,9 @@ Tags : {% endfor %} +
- +

Sons

@@ -133,6 +137,7 @@ Tags : {% endfor %}
+
{% endblock %} -- 2.39.2