summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-01-01 16:42:18 -0500
committerDusty Phillips <buchuki@gmail.com>2009-01-01 16:42:18 -0500
commita1ff8ff05c5c256bb00a3449c33b47d121677951 (patch)
treeac84687c3fc8e051d253eff6853f3c1d6ac67cfa /templates
parent278015f3e85145bb141eaf60a958be5f0f779a13 (diff)
downloadarchweb-a1ff8ff05c5c256bb00a3449c33b47d121677951.tar.gz
archweb-a1ff8ff05c5c256bb00a3449c33b47d121677951.zip
fix my flagged packages urls.
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 174b0dba..3c84e08c 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -97,7 +97,7 @@
{% for pkg in user.maintained_packages.flagged %}
<tr class="{% cycle pkgr2,pkgr1 %}">
<td>
- <a href="/packages/{{ pkg.id }}/">{{ pkg.pkgname }}</a>
+ <a href="{{ pkg.get_absolute_url }}">{{ pkg.pkgname }}</a>
</td>
<td>{{ pkg.repo.name }}</td>
<td>{{ pkg.pkgver }}</td>