summaryrefslogtreecommitdiffstats
path: root/templates/packages/details.html
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-04-09 19:32:44 -0700
committereliott <eliott@cactuswax.net>2008-04-09 19:32:44 -0700
commit26aea7ab45ecb25dc61f6b046456f239d4277e17 (patch)
tree7d982e420f2a6ce89e7445f90d0117d9d8b17d6e /templates/packages/details.html
parent3eea31d8f2d5a4213b00eedaabfc75770aeb418f (diff)
downloadarchweb-26aea7ab45ecb25dc61f6b046456f239d4277e17.tar.gz
archweb-26aea7ab45ecb25dc61f6b046456f239d4277e17.zip
Cleanup from the previous change to the model for Arches and Repos.
Diffstat (limited to 'templates/packages/details.html')
-rw-r--r--templates/packages/details.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 873609ee..1784ab79 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -33,10 +33,10 @@
<table class="listing">
<tr>
<th>Architecture:</th>
- <td>{{ pkg.get_arch_display }}</td>
+ <td>{{ pkg.arch.name }}</td>
</tr><tr>
<th>Repository:</th>
- <td>{{ pkg.get_repo_display|capfirst }}</td>
+ <td>{{ pkg.repo.name|capfirst }}</td>
</tr><tr>
<th>Description:</th>
<td>{{ pkg.pkgdesc }}</td>