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 %} {% block content %}
<section class="snipts" id="snipts"> <section class="snipts" id="snipts">
{% autopaginate snipts 20 %} {% autopaginate snipts 10 %}
{% for snipt in snipts %} {% for snipt in snipts %}
{% include "blogs/themes/default/snipt-list.html" %} {% include "blogs/themes/default/snipt-list.html" %}
{% empty %} {% empty %}

View File

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

View File

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