From 7c62164bf8087e50b65b51ab65a82b047bed4ebe Mon Sep 17 00:00:00 2001 From: Emilie Date: Tue, 7 Feb 2017 18:15:04 +0100 Subject: [PATCH] [Home] use twitter api --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index c4a40843..f08c4680 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -67,7 +67,7 @@ {% block content_footer %}{% endblock %} - {% include "twitter/hashtag.html" %} + {% include "twitter/tweets.html" %}