diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-24 00:13:18 +0200 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-24 00:13:18 +0200 |
commit | 454d7cf255c5b9732d8d43221cb488af764fbcbd (patch) | |
tree | 518c9d322ac6fb2dca6f6bff5de0719cc4be6ca6 | |
parent | fe03cefa08b4332c8a404a8952f21e39f7e26115 (diff) | |
download | archweb-454d7cf255c5b9732d8d43221cb488af764fbcbd.tar.gz archweb-454d7cf255c5b9732d8d43221cb488af764fbcbd.tar.xz |
Revert "add maintainer to search log"
This reverts commit fe03cefa08b4332c8a404a8952f21e39f7e26115.
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index a5b6592..a64b92a 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 %} |