From: Philippe Barbosa Date: Mon, 4 Apr 2016 08:00:58 +0000 (+0200) Subject: Added Twitter ircam timeline on sidebar X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b3088a7c67ca5c6d6e49f4c932b888ee2c59dbf3;p=mezzo.git Added Twitter ircam timeline on sidebar --- diff --git a/app/templates/base.html b/app/templates/base.html index 263d0503..07444c1b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -184,6 +184,7 @@ {% include "includes/calendar.html" %} {% include "includes/instafeed.html" %} + {% include "includes/twitter.html" %} diff --git a/app/templates/includes/twitter.html b/app/templates/includes/twitter.html new file mode 100644 index 00000000..2724f28f --- /dev/null +++ b/app/templates/includes/twitter.html @@ -0,0 +1,7 @@ +{% load i18n %} + +
+ + + +
\ No newline at end of file