diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-06-19 23:53:14 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-06-19 23:53:14 -0400 |
commit | 7af13e078f17faf1afad32701bbfbeef91809fb2 (patch) | |
tree | 81b26d3e8e69e0a207e44d7fc463fb321de602b1 | |
parent | 4ff6f143e1c6569b6e0825f09dedd66c66622727 (diff) | |
download | bnewnet-7af13e078f17faf1afad32701bbfbeef91809fb2.tar.gz bnewnet-7af13e078f17faf1afad32701bbfbeef91809fb2.zip |
*really* need to ditch google site search ASAP
-rw-r--r-- | bn_django/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 981cb9d..7dbadb3 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -24,9 +24,9 @@ </div> <div class="content" id="main_title"> <div class="right_stuff"> -<form name="search" method="get" action="http://www.google.com/search"> +<form name="search" method="get" action="https://www.google.com/search"> <br/> -<input class="search_box" type="text" size="21" value=" search!" +<input class="search_box" type="text" size="21" value=" search!" name="q" id="search_text" onfocus="var box=document.forms['search'].elements['q']; if(box.value == ' search!') box.value=''; return;" /> <input type="hidden" name="domains" value="bnewbold.net" /> |