From 008ce3d011a34af9c3291830981f97ed2efdc21e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 23 Feb 2022 22:04:09 +0100 Subject: [PATCH] move bottom line after second episode text part --- .../templates/emissions/episode_detail.html | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/panikweb_studioneau/templates/emissions/episode_detail.html b/panikweb_studioneau/templates/emissions/episode_detail.html index e171aa8..64de11a 100644 --- a/panikweb_studioneau/templates/emissions/episode_detail.html +++ b/panikweb_studioneau/templates/emissions/episode_detail.html @@ -33,25 +33,6 @@ {{ text_parts|first|safe}} -
-{% if episode.extra_links %} - -{% else %}
-{% endif %} - -
- {% if episode.main_sound %}
{% if episode.main_sound.get_external_host == 'mixcloud' %} @@ -93,6 +74,25 @@
{% endif %} +
+{% if episode.extra_links %} + +{% else %}
+{% endif %} + +
+ {% endwith %} -- 2.39.2