From 7640082d14af2827ab22caa6dce3575f5112d7cf Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 22 Mar 2008 19:51:01 -0700 Subject: Refactored the model to remove arch and repo tables. Refactored the model to remove the arch and repo tables. Those data points are now encapsulated in the package table as an ENUM field. Changes to models and templates as needed. --- templates/packages/details.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'templates/packages/details.html') diff --git a/templates/packages/details.html b/templates/packages/details.html index 1435557b..873609ee 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -33,10 +33,10 @@

{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}

- + - + @@ -54,7 +54,7 @@

{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}


Architecture:{{ pkg.arch.name }}{{ pkg.get_arch_display }}
Repository:{{ pkg.repo.name }}{{ pkg.get_repo_display|capfirst }}
Description: {{ pkg.pkgdesc }}
- - -
+

Dependencies:

    @@ -62,8 +62,6 @@

    Dependencies:

Required By:

-- cgit v1.2.3-54-g00ecf