diff options
author | Dusty Phillips <buchuki@gmail.com> | 2009-01-01 16:42:18 -0500 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2009-01-01 16:42:18 -0500 |
commit | a1ff8ff05c5c256bb00a3449c33b47d121677951 (patch) | |
tree | ac84687c3fc8e051d253eff6853f3c1d6ac67cfa /templates | |
parent | 278015f3e85145bb141eaf60a958be5f0f779a13 (diff) |
fix my flagged packages urls.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/index.html | 2 |
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> |