diff options
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> |