summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-06-23 18:13:18 -0400
committerDusty Phillips <buchuki@gmail.com>2008-06-23 18:13:18 -0400
commit454d7cf255c5b9732d8d43221cb488af764fbcbd (patch)
tree518c9d322ac6fb2dca6f6bff5de0719cc4be6ca6
parentfe03cefa08b4332c8a404a8952f21e39f7e26115 (diff)
downloadarchweb-454d7cf255c5b9732d8d43221cb488af764fbcbd.tar.gz
archweb-454d7cf255c5b9732d8d43221cb488af764fbcbd.zip
Revert "add maintainer to search log"
-rw-r--r--templates/packages/search.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index a5b65929..a64b92a2 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -78,7 +78,6 @@
<th><a href="{% buildsortqs "pkgname" %}">Name</a></th>
<th>Version</th>
<th>Description</th>
- <th>Maintainer</th>
<th><a href="{% buildsortqs "-last_update" %}">Last Updated</a></th>
</tr>
{% for pkg in results %}
@@ -93,7 +92,6 @@
<td>{{ pkg.pkgver }}-{{ pkg.pkgrel }}</td>
{% endif %}
<td>{{ pkg.pkgdesc }}</td>
- <td>{{ pkg.maintainer }}</td>
<td>{{ pkg.last_update|date:"Y-m-d" }}</td>
</tr>
{% endfor %}