diff options
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 10 |
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> </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 %} |