diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-10 17:28:05 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-10 17:28:05 -0400 |
commit | d97d3a447c328e98df6d3b51d61a979d12cdad46 (patch) | |
tree | 60e992f14b5341425f6f79455c4fe9e9ec6887b6 /templates/devel | |
parent | edc9dfb7a49c91f7db3c4a3a568e218dffae70cf (diff) |
drop search/ url and just go to packages
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/siteindex.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html index efce282c..94ef405d 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> <input type="text" name="q" size="20" maxlength="200" /></p> </form> </div> |