From 3eea31d8f2d5a4213b00eedaabfc75770aeb418f Mon Sep 17 00:00:00 2001 From: eliott Date: Wed, 9 Apr 2008 19:28:24 -0700 Subject: Changed to arches and repos in the db. Added them to the django admin interface as well. --- templates/devel/index.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'templates/devel/index.html') diff --git a/templates/devel/index.html b/templates/devel/index.html index d993e3b8..91055376 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -29,14 +29,12 @@

Stats by Architecture

Arch # Packages # Flagged - # Flagnotest {% for arch in arches %} {{ arch.name }} {{ arch.count }} packages {{ arch.flagged }} packages - {{ arch.flagnotest }} packages {% endfor %} @@ -68,14 +66,12 @@

Stats by Maintainer

Maintainer # Packages # Flagged - # Flagnotest {% for maint in stats %} {{ maint.0.get_full_name }} {{ maint.1 }} packages {{ maint.2 }} packages - {{ maint.3 }} packages {% endfor %} -- cgit v1.2.3-54-g00ecf