diff options
| -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" />  | 
