summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 17:37:16 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-07 17:37:16 -0400
commitea4f886d6c9fb359ba7a2af2b006952c3420d37e (patch)
tree9e86ef3fdfbf08075229a2e3169a6cd8fc3946cf /templates
parent3040ed519610307aa96a2db70c7e00ea22b6aa54 (diff)
downloadarchweb-ea4f886d6c9fb359ba7a2af2b006952c3420d37e.tar.gz
archweb-ea4f886d6c9fb359ba7a2af2b006952c3420d37e.zip
sort returns to first page
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/search.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index a54a9a0f..75bc906b 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -42,13 +42,13 @@
<tr>
<form method="post" action="/packages/update/">
<th>&nbsp;</th>
- <th><a href="{% buildsortqs "arch" %}">Arch</a></th>
- <th><a href="{% buildsortqs "repo" %}">Repo</a></th>
- <th><a href="{% buildsortqs "pkgname" %}">Name</a></th>
+ <th><a href="/packages/search/{% buildsortqs "arch" %}">Arch</a></th>
+ <th><a href="/packages/search/{% buildsortqs "repo" %}">Repo</a></th>
+ <th><a href="/packages/search/{% buildsortqs "pkgname" %}">Name</a></th>
<th>Version</th>
<th>Description</th>
- <th><a href="{% buildsortqs "maintainer" %}">Maintainer</a></th>
- <th><a href="{% buildsortqs "-last_update" %}">Last Updated</a></th>
+ <th><a href="/packages/search/{% buildsortqs "maintainer" %}">Maintainer</a></th>
+ <th><a href="/packages/search/{% buildsortqs "-last_update" %}">Last Updated</a></th>
</tr>
{% for pkg in package_list %}