diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-03-26 22:53:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-03-26 22:53:23 -0700 |
commit | 310013244f1d7e435b67aa52f0c46cbee8124ca9 (patch) | |
tree | 60d84046d5a6646b92ff1e9df8dc3153f3dbd220 /bn_django/templates/base.html | |
parent | 67e6320434f0e130ea02b5bbfc8ba8a9fd182777 (diff) | |
download | bnewnet-310013244f1d7e435b67aa52f0c46cbee8124ca9.tar.gz bnewnet-310013244f1d7e435b67aa52f0c46cbee8124ca9.zip |
tweaks
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 100ef4a..7349669 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -21,7 +21,7 @@ </div> <div class="content" id="main_title"> <div class="right_stuff"> -<form name="search" action="/search"> +<form name="search"> <br/> <input class="search_box" type="text" size="21" value=" search!" name="search_text" id="search_text" |