summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-04-13 22:00:27 -0400
committerDusty Phillips <buchuki@gmail.com>2009-04-13 22:14:53 -0400
commita9fd048f5499529a264ac7bf3ea52a14e1cbd97e (patch)
treef54b008bf8aec4bed6ab66371017867d1f522ef3 /templates
parent5a551b2351ffa341eca24d0e4ba12876abb77b20 (diff)
downloadarchweb-a9fd048f5499529a264ac7bf3ea52a14e1cbd97e.tar.gz
archweb-a9fd048f5499529a264ac7bf3ea52a14e1cbd97e.zip
Aaron says maintainer column isn't necessary (FS#11325)
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/signoffs.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html
index 7f13a498..e422adb3 100644
--- a/templates/packages/signoffs.html
+++ b/templates/packages/signoffs.html
@@ -8,7 +8,6 @@
<tr>
<th>Arch</th>
<th>Package</th>
- <th>Maintainer</th>
<th>Version</th>
<th>Last Updated</th>
<th>Approved</th>
@@ -18,7 +17,6 @@
<tr class="{% cycle pkgr2,pkgr1 %}">
<td>{{ pkg.arch.name }}</td>
<td><a href="{{ pkg.get_absolute_url }}">{{ pkg.pkgname }}</a></td>
- <td>{{ pkg.maintainer|default:"Orphan" }}</td>
<td>{{ pkg.pkgver }}-{{ pkg.pkgrel }}</td>
<td>{{ pkg.last_update }}</td>
<td class="signoff_{{pkg.approved_for_signoff|yesno}}">{{ pkg.approved_for_signoff|yesno:"Yes,No" }}</td>