From f0dae89d68bc2eda94e141494aa69181824acbfd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Sep 2015 23:43:18 +0200 Subject: retrait du rss sur le détail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/chimere/blocks/share_bar.html | 2 +- templates/chimere/detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/chimere/blocks/share_bar.html b/templates/chimere/blocks/share_bar.html index aaa9fc4..b23c9e2 100644 --- a/templates/chimere/blocks/share_bar.html +++ b/templates/chimere/blocks/share_bar.html @@ -8,7 +8,7 @@ {% if not email_only %}
  • {% trans "Share" %}
  • {% for share_network in share_networks %}
  • {% endfor %} -
  • Feeds
  • {%endif%} + {% if rss %}
  • Feeds
  • {% endif %}{%endif%} {% endif %}