Mercurial > public > sg101
diff gpp/downloads/views.py @ 242:7e8d2dda99e3
For #93: fix url scheme for weblinks.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 15 Sep 2010 03:24:01 +0000 |
parents | 27bee3ac85e6 |
children | 7ddd60164245 |
line wrap: on
line diff
--- a/gpp/downloads/views.py Wed Sep 15 01:01:40 2010 +0000 +++ b/gpp/downloads/views.py Wed Sep 15 03:24:01 2010 +0000 @@ -26,7 +26,7 @@ ####################################################################### -DLS_PER_PAGE = 1 +DLS_PER_PAGE = 10 def create_paginator(dls): return DiggPaginator(dls, DLS_PER_PAGE, body=5, tail=3, margin=3, padding=2)