diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-24 17:31:00 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-24 17:31:00 -0700 |
commit | 90813f3137b05b428af31fe782dfe54a0af668c1 (patch) | |
tree | 319652245404c371fcb9a8585b0ac95980754736 /bn_django/templates/base.html | |
parent | db2d7a378c493c0beaafeb606f34bfab0e9ec8f7 (diff) | |
download | bnewnet-90813f3137b05b428af31fe782dfe54a0af668c1.tar.gz bnewnet-90813f3137b05b428af31fe782dfe54a0af668c1.zip |
added search boilerplate
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 7349669..100ef4a 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"> +<form name="search" action="/search"> <br/> <input class="search_box" type="text" size="21" value=" search!" name="search_text" id="search_text" |