From 349b3efbf6a4b818ac1938c079e1c6c0f2541307 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 19 Aug 2013 17:26:06 +0200 Subject: [PATCH] Revert "Create episode resume /detail and add truncate text on resume" This reverts commit c654cdf4410889067e57f1b0d663cca38910166c. --- panikweb_templates/templates/emissions/detail.html | 2 +- panikweb_templates/templates/episodes/detail.html | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/panikweb_templates/templates/emissions/detail.html b/panikweb_templates/templates/emissions/detail.html index f37493f..83ca23b 100644 --- a/panikweb_templates/templates/emissions/detail.html +++ b/panikweb_templates/templates/emissions/detail.html @@ -48,7 +48,7 @@ {% if episodes %}
{% for episode in episodes %} - {% include "episodes/resume.html" %} + {% include "episodes/detail.html" %} {% endfor %}
{% endif %} diff --git a/panikweb_templates/templates/episodes/detail.html b/panikweb_templates/templates/episodes/detail.html index 5f60622..311a3ab 100644 --- a/panikweb_templates/templates/episodes/detail.html +++ b/panikweb_templates/templates/episodes/detail.html @@ -25,19 +25,16 @@ +

{{ episode.title }}

- {% if episode.description %} -
- {{ episode.description|safe }} -
- {% endif %} {% if episode.text %}
- {{ episode.text|safe}} + {{ episode.text|safe }}
{% endif %}