add maintainer to search log

This commit is contained in:
Dusty Phillips 2008-06-23 18:06:25 -04:00
parent 64477a07ae
commit fe03cefa08

View File

@ -78,6 +78,7 @@ <h4 style="text-align: right">Search Criteria</h4>
<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 %}
@ -92,6 +93,7 @@ <h4 style="text-align: right">Search Criteria</h4>
<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 %}