20 -> 10 per page.

master
Nick Sergeant 2013-07-31 12:24:37 -04:00
parent f30c09370b
commit 4db4b46f3e
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}