From c0bef22ddadcc2b76bbcf6276751db110affa2c2 Mon Sep 17 00:00:00 2001 From: jieun Date: Tue, 4 Apr 2017 18:10:14 -0400 Subject: [PATCH] remove pagination since we will only show 3 posts, and add a link at the bottom to ask users to login to see more posts --- app/templates/allposts.html | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/app/templates/allposts.html b/app/templates/allposts.html index b422f65..a100706 100644 --- a/app/templates/allposts.html +++ b/app/templates/allposts.html @@ -5,16 +5,7 @@ {% for post in posts %} {% include 'post.html' %} {% endfor %} - +
+To see more posts and to start contributing, log in +
{% endblock %}