diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:16:13 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:16:13 -0500 |
commit | cdfa6c1195bb6feb812bffc981183f0758ca5e2f (patch) | |
tree | d06b43424ad16f905fac7f2af54fec3fbc428e5f /templates/devel/index.html | |
parent | 4b700666e3405b8dc1891dd7e156b233333c7912 (diff) | |
parent | fd1c992472ea259111a2f4930b73a805c07ee068 (diff) |
Merge tag 'release_2012-03-25'
Django 1.4 upgrade and a bunch of other stuff
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 7661f3b9..3318da58 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -183,7 +183,6 @@ <th class="key">Arch</th> <th># Packages</th> <th># Flagged</th> - <th># Signed</th> </tr> </thead> <tbody> @@ -196,8 +195,6 @@ <td><a href="/packages/?arch={{ arch.name }}&flagged=Flagged" title="View all flagged packages for the {{ arch.name }} architecture"> <strong>{{ arch.packages.flagged.count }}</strong> packages</a></td> - - <td><strong>{{ arch.packages.signed.count }}</strong> packages</td> </tr> {% endfor %} </tbody> @@ -216,7 +213,6 @@ <th class="key">Repository</th> <th># Packages</th> <th># Flagged</th> - <th># Signed</th> </tr> </thead> <tbody> @@ -229,7 +225,6 @@ <td><a href="/packages/?repo={{ repo.name }}&flagged=Flagged" title="View all flagged packages in the {{ repo.name }} repository"> <strong>{{ repo.packages.flagged.count }}</strong> packages</a></td> - <td><strong>{{ repo.packages.signed.count }}</strong> packages</td> </tr> {% endfor %} </tbody> |