Mercurial > public > sg101
diff gpp/templates/weblinks/link.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 | 0e7c7231dea9 |
children | daa2916f5b34 |
line wrap: on
line diff
--- a/gpp/templates/weblinks/link.html Wed Sep 15 01:01:40 2010 +0000 +++ b/gpp/templates/weblinks/link.html Wed Sep 15 03:24:01 2010 +0000 @@ -7,6 +7,7 @@ <table class="link-stats"> <tr> <th>Added by:</th><td><a href="{% url bio-view_profile link.user.username %}">{{ link.user.username }}</a></td> + <th>Category:</th><td><a href="{% url weblinks-view_links slug=link.category.slug sort='date' %}">{{ link.category.title }}</a></td> </tr> <tr> <th>Date Added:</th><td>{{ link.date_added|date:"M d, Y" }}</td>