From e78fe0799b28c46852bde5e0c5772f8ecad21fc0 Mon Sep 17 00:00:00 2001 From: Emilie Date: Tue, 7 Feb 2017 16:41:23 +0100 Subject: [PATCH] [Home] add twitter --- app/templates/base.html | 2 +- app/templates/twitter/hashtag.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 app/templates/twitter/hashtag.html diff --git a/app/templates/base.html b/app/templates/base.html index f08c4680..c4a40843 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -67,7 +67,7 @@ {% block content_footer %}{% endblock %} - {% include "twitter/tweets.html" %} + {% include "twitter/hashtag.html" %}