From bb624de9c2ffb6043cfe4461e33a29819f12c060 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 21 Nov 2020 18:54:08 +0100 Subject: [PATCH] always use

for sidebar titles --- panikweb/templates/agenda.html | 8 ++++---- panikweb/templates/emissions/emission_detail.html | 12 ++++++------ panikweb/templates/emissions/newsitem_detail.html | 8 ++++---- panikweb/templates/news.html | 12 ++++++------ 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/panikweb/templates/agenda.html b/panikweb/templates/agenda.html index a4b1e67..d7e43b8 100644 --- a/panikweb/templates/agenda.html +++ b/panikweb/templates/agenda.html @@ -52,15 +52,15 @@ Sur les ondes comme dans la ville, une quantité d'événements Panik et proches
- - + +

diff --git a/panikweb/templates/emissions/emission_detail.html b/panikweb/templates/emissions/emission_detail.html index 226dd17..a24b226 100644 --- a/panikweb/templates/emissions/emission_detail.html +++ b/panikweb/templates/emissions/emission_detail.html @@ -51,7 +51,7 @@ {% if news %}
- +
    {% for content in news %}
  • {% news_inline %}
  • @@ -61,8 +61,8 @@ {% endif %} {% if episodes.exists or futurEpisodes.exists %} - - + + @@ -70,7 +70,7 @@ {% if futurEpisodes %}
    - + {% for episode in futurEpisodes|slice:":3" %} {% episode_inline %} {% endfor %} @@ -79,7 +79,7 @@ {% if episodes %}
    - + {% with episodes|slice:"0:5" as episodes %} {% for episode in episodes %} @@ -92,7 +92,7 @@ {% if nonstop %}
    - +
      {% for date in nonstop_dates %}
    • diff --git a/panikweb/templates/emissions/newsitem_detail.html b/panikweb/templates/emissions/newsitem_detail.html index 7c534f1..c098bfb 100644 --- a/panikweb/templates/emissions/newsitem_detail.html +++ b/panikweb/templates/emissions/newsitem_detail.html @@ -68,14 +68,14 @@
      {% emission_resume %}
      {% endwith %} {% endif %} - - + + diff --git a/panikweb/templates/news.html b/panikweb/templates/news.html index 242d0e2..a7e4df3 100644 --- a/panikweb/templates/news.html +++ b/panikweb/templates/news.html @@ -19,8 +19,8 @@ vous fait savoir.

      -
      - +
      + {% with focus as news %}
        @@ -35,15 +35,15 @@ vous fait savoir.
      - - + + -- 2.39.2