From 26aea7ab45ecb25dc61f6b046456f239d4277e17 Mon Sep 17 00:00:00 2001 From: eliott Date: Wed, 9 Apr 2008 19:32:44 -0700 Subject: Cleanup from the previous change to the model for Arches and Repos. --- templates/todolists/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/todolists/view.html') 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 %} {{ pkg.pkg.id }} - {{ pkg.pkg.get_arch_display }} - {{ pkg.pkg.get_repo_display }} + {{ pkg.pkg.arch.name }} + {{ pkg.pkg.repo.name|capfirst }} {{ pkg.pkg.pkgname }} {{ pkg.pkg.maintainer.get_full_name|default:"Orphan" }} -- cgit v1.2.3-24-g4f1b