summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-10 23:28:05 +0200
committerDusty Phillips <buchuki@gmail.com>2008-10-10 23:28:05 +0200
commitd97d3a447c328e98df6d3b51d61a979d12cdad46 (patch)
tree60e992f14b5341425f6f79455c4fe9e9ec6887b6 /templates/devel
parentedc9dfb7a49c91f7db3c4a3a568e218dffae70cf (diff)
downloadarchweb-d97d3a447c328e98df6d3b51d61a979d12cdad46.tar.gz
archweb-d97d3a447c328e98df6d3b51d61a979d12cdad46.tar.xz
drop search/ url and just go to packages
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/siteindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html
index efce282..94ef405 100644
--- a/templates/devel/siteindex.html
+++ b/templates/devel/siteindex.html
@@ -25,7 +25,7 @@
</tr>
{% endfor %}
<tr>
- <td colspan="2" style="text-align:left;font-size:x-small"><br /><a href="/packages/search?sort=-last_update">More Updates...</a></td>
+ <td colspan="2" style="text-align:left;font-size:x-small"><br /><a href="/packages/?sort=-last_update">More Updates...</a></td>
</tr>
</table>
</div>
@@ -34,7 +34,7 @@
{% block content_right %}
<div id="search">
- <form method="get" action="/packages/search/">
+ <form method="get" action="/packages/">
<p><b>Package Search:</b>&nbsp;&nbsp;<input type="text" name="q" size="20" maxlength="200" /></p>
</form>
</div>