Mercurial > public > sg101
diff gpp/news/views.py @ 205:da46e77cd804
Fixing #77, news tags were getting exploded by letter on some views/template tags.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 May 2010 22:25:49 +0000 |
parents | b4305e18d3af |
children | 1246a4f1ab4f |
line wrap: on
line diff
--- a/gpp/news/views.py Sat May 01 21:53:59 2010 +0000 +++ b/gpp/news/views.py Sat May 01 22:25:49 2010 +0000 @@ -30,7 +30,7 @@ from news.forms import SearchNewsForm from news.forms import SendStoryForm -NEWS_PER_PAGE = 2 +NEWS_PER_PAGE = 5 #######################################################################