diff gpp/templates/weblinks/index.html @ 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 2baadae33f2e
children daa2916f5b34
line wrap: on
line diff
--- a/gpp/templates/weblinks/index.html	Wed Sep 15 01:01:40 2010 +0000
+++ b/gpp/templates/weblinks/index.html	Wed Sep 15 03:24:01 2010 +0000
@@ -6,7 +6,7 @@
       <p>We have {{ total_links }} links in {{ categories.count }} categories.</p>
       <dl>
       {% for category in categories %}
-      <dt><a href="{% url weblinks-view_links category=category.id sort="title" page=1 %}">{{ category.title }}</a>
+      <dt><a href="{% url weblinks-view_links slug=category.slug sort="title" %}">{{ category.title }}</a>
        ({{ category.count }})</dt>
          <dd><p>{{ category.description }}</p></dd>
       {% endfor %}