From b2275938bb6648527cd27318959d1b9209ea18b2 Mon Sep 17 00:00:00 2001 From: eetukarvonen Date: Mon, 14 Sep 2020 09:44:26 -0400 Subject: [PATCH] Add return to top button to user.html template --- app/templates/user.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/user.html b/app/templates/user.html index 5b9bf57..cfeee65 100644 --- a/app/templates/user.html +++ b/app/templates/user.html @@ -51,5 +51,10 @@ {% include '_twitter_post.html' %} {% endfor %} {% endif %} +
+ + + +
{% endblock %} \ No newline at end of file