From 66206bcdc3c0545adda8594d0f85edb5524564b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 13:58:38 +0100 Subject: [PATCH] Add 6 posts to Instagram feed. Add a link to Instagram #ircam tag. --- app/templates/base.html | 3 ++- app/templates/includes/instagram.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 61139b58..854ca913 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -72,8 +72,9 @@
- {% trans "Instagram feed" %} + {% trans "Instagram feed" %} #ircam
+
{% include "includes/instagram.html" %}
diff --git a/app/templates/includes/instagram.html b/app/templates/includes/instagram.html index c734b42c..859eb96c 100644 --- a/app/templates/includes/instagram.html +++ b/app/templates/includes/instagram.html @@ -3,7 +3,7 @@ {% instagram_user_recent_media ircam_paris %}
- {% for media in recent_media|slice:"3" %} + {% for media in recent_media|slice:"6" %} {{ media.caption }} -- 2.39.5