# HG changeset patch # User Brian Neal # Date 1284521041 0 # Node ID 7e8d2dda99e38cce86bdccb78ae783bd5250ebe5 # Parent 27bee3ac85e6f7601290aba346a8037fc7790ae6 For #93: fix url scheme for weblinks. diff -r 27bee3ac85e6 -r 7e8d2dda99e3 gpp/downloads/views.py --- 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) diff -r 27bee3ac85e6 -r 7e8d2dda99e3 gpp/templates/weblinks/base.html --- a/gpp/templates/weblinks/base.html Wed Sep 15 01:01:40 2010 +0000 +++ b/gpp/templates/weblinks/base.html Wed Sep 15 03:24:01 2010 +0000 @@ -7,7 +7,7 @@ {% endblock %} {% block content %}

Web Links

-{% weblinks_navigation %} +{% include 'weblinks/navigation.html' %}