Going back to 10 per page.

master
Nick Sergeant 2013-11-11 09:56:26 -05:00
parent 53de366909
commit b41aaf7721
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
{% block content %}
<section class="snipts" id="snipts">
{% autopaginate snipts 20 %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "blogs/themes/default/snipt-list.html" %}
{% empty %}

View File

@ -5,7 +5,7 @@
{% block body-class %}list{% endblock %}
{% block content %}
{% autopaginate snipts 20 %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "blogs/themes/pro-adams/snipt-list.html" %}
{% endfor %}

View File

@ -16,7 +16,7 @@
{% if request.user.profile.list_view == 'C' %}
ng-cloak ng-show="$root.account.id"
{% endif %}>
{% autopaginate snipts 20 %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "snipts/snipt-list.html" %}
{% empty %}