From 4db4b46f3e5dac525b510143b53ff6faebe16607 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 31 Jul 2013 12:24:37 -0400 Subject: [PATCH] 20 -> 10 per page. --- snipts/templates/snipts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index 5d71820..ded89b5 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -16,7 +16,7 @@ {% if not request.user.profile.is_pro %} {% include 'go-pro.html' %} {% endif %} - {% autopaginate snipts 20 %} + {% autopaginate snipts 10 %} {% for snipt in snipts %} {% include "snipts/snipt-list.html" %} {% empty %}