summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-17 07:57:41 -0500
committerDan McGee <dan@archlinux.org>2011-08-17 07:57:41 -0500
commita489f355ec52dd54946bc7476615aa7cab9e384c (patch)
treed4fc7feb1c529ebe01273801ce8fa1b838509a91 /templates
parent7954617a0593632d749d7e8b60beab2aae1669ba (diff)
downloadarchweb-a489f355ec52dd54946bc7476615aa7cab9e384c.tar.gz
archweb-a489f355ec52dd54946bc7476615aa7cab9e384c.zip
Implement get_absolute_url for Iso model
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/releng/iso_overview.html4
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 }}