diff options
author | eliott <eliott@cactuswax.net> | 2008-04-09 19:32:44 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-09 19:32:44 -0700 |
commit | 26aea7ab45ecb25dc61f6b046456f239d4277e17 (patch) | |
tree | 7d982e420f2a6ce89e7445f90d0117d9d8b17d6e /templates/packages/details.html | |
parent | 3eea31d8f2d5a4213b00eedaabfc75770aeb418f (diff) |
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.html | 4 |
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> |