diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-17 07:57:41 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-17 07:57:41 -0500 |
commit | a489f355ec52dd54946bc7476615aa7cab9e384c (patch) | |
tree | d4fc7feb1c529ebe01273801ce8fa1b838509a91 /templates/releng/iso_overview.html | |
parent | 7954617a0593632d749d7e8b60beab2aae1669ba (diff) |
Implement get_absolute_url for Iso model
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/iso_overview.html')
-rw-r--r-- | templates/releng/iso_overview.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index ee3aaed3..054e0fa7 100644 --- a/templates/releng/iso_overview.html +++ b/templates/releng/iso_overview.html @@ -19,9 +19,7 @@ {% for iso in isos %} <tr> <td> - <a href="{% url releng-results-iso iso.pk %}"> - {{ iso.name }} - </a> + <a href="{{ iso.get_absolute_url }}">{{ iso.name }}</a> </td> <td> {{ iso.active|yesno }} |