summaryrefslogtreecommitdiffstats
path: root/templates/todolists/view.html
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-04-10 04:32:44 +0200
committereliott <eliott@cactuswax.net>2008-04-10 04:32:44 +0200
commit26aea7ab45ecb25dc61f6b046456f239d4277e17 (patch)
tree7d982e420f2a6ce89e7445f90d0117d9d8b17d6e /templates/todolists/view.html
parent3eea31d8f2d5a4213b00eedaabfc75770aeb418f (diff)
downloadarchweb-26aea7ab45ecb25dc61f6b046456f239d4277e17.tar.gz
archweb-26aea7ab45ecb25dc61f6b046456f239d4277e17.tar.xz
Cleanup from the previous change to the model for Arches and Repos.
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r--templates/todolists/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index c8a3e9b..1ebf810 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -48,8 +48,8 @@
{% for pkg in pkgs %}
<tr class="{% cycle even,odd %}">
<td><a href="/packages/{{ pkg.pkg.id }}/">{{ pkg.pkg.id }}</a></td>
- <td>{{ pkg.pkg.get_arch_display }}</td>
- <td>{{ pkg.pkg.get_repo_display }}</td>
+ <td>{{ pkg.pkg.arch.name }}</td>
+ <td>{{ pkg.pkg.repo.name|capfirst }}</td>
<td>{{ pkg.pkg.pkgname }}</td>
<td>{{ pkg.pkg.maintainer.get_full_name|default:"Orphan" }}</td>
<td>