summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-02-16 15:23:49 -0600
committerDan McGee <dan@archlinux.org>2013-02-16 15:39:23 -0600
commite3837b5a872b6203b7ae338bc8075b339e031627 (patch)
treec16339192d62ea25edb858fdf49790003c382feb /templates
parentadc27750593aadb57f85f7b6817e4300f5ee180e (diff)
downloadarchweb-e3837b5a872b6203b7ae338bc8075b339e031627.tar.gz
archweb-e3837b5a872b6203b7ae338bc8075b339e031627.zip
Remove configurable pagination for package search
Switch it to a hardcoded value of 100 for all searches instead. It didn't make much sense having a page number be part of the URL and a limit value being part of the query string. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/search.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index a5d52d6c..bf1eecd9 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -36,9 +36,6 @@
<div>{{ search_form.flagged.errors }}
<label for="id_flagged" title="Limit results based on out-of-date status">
Flagged</label>{{ search_form.flagged }}</div>
- <div>{{ search_form.limit.errors }}
- <label for="id_limit" title="Select the number of results to display per page">
- Per Page</label>{{ search_form.limit }}</div>
<div ><label>&nbsp;</label><input title="Search for packages using this criteria"
type="submit" value="Search" /></div>
</fieldset>