From 76197b29cf671b8b26ab85c1a4b9d57160ad21fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 21 Feb 2017 15:58:33 +0100 Subject: [PATCH] Detach sidebar at 1171 --- app/templates/agenda/event_detail.html | 2 +- app/templates/magazine/article/article_detail.html | 2 +- app/templates/network/person_detail.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index 49895a0d..ed7cdba6 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -140,7 +140,7 @@ {% endblock %} {% block page_sidebar %} -
+
{% include "includes/share_buttons.html" %}
{% endblock %} diff --git a/app/templates/magazine/article/article_detail.html b/app/templates/magazine/article/article_detail.html index 06ff724d..f6e3d351 100644 --- a/app/templates/magazine/article/article_detail.html +++ b/app/templates/magazine/article/article_detail.html @@ -80,7 +80,7 @@ {% block page_sidebar %} -
+
{% trans 'Publish date' %}
diff --git a/app/templates/network/person_detail.html b/app/templates/network/person_detail.html index ab6b90e6..ffbd79de 100644 --- a/app/templates/network/person_detail.html +++ b/app/templates/network/person_detail.html @@ -147,7 +147,7 @@ {% endblock %} {% block page_sidebar %} -
+
{% include "includes/share_buttons.html" %}
{% endblock %} -- 2.39.5