From b3088a7c67ca5c6d6e49f4c932b888ee2c59dbf3 Mon Sep 17 00:00:00 2001 From: Philippe Barbosa Date: Mon, 4 Apr 2016 10:00:58 +0200 Subject: [PATCH] Added Twitter ircam timeline on sidebar --- app/templates/base.html | 1 + app/templates/includes/twitter.html | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 app/templates/includes/twitter.html 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 -- 2.39.5