20 -> 10 per page.

master
Nick Sergeant 2013-07-31 12:23:12 -04:00
parent baacca8863
commit f30c09370b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from haystack.forms import ModelSearchForm
from haystack.query import EmptySearchQuerySet, SearchQuerySet
RESULTS_PER_PAGE = getattr(settings, 'HAYSTACK_SEARCH_RESULTS_PER_PAGE', 20)
RESULTS_PER_PAGE = getattr(settings, 'HAYSTACK_SEARCH_RESULTS_PER_PAGE', 10)
@render_to('snipts/detail.html')
def detail(request, username, snipt_slug):