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/search.html | |
parent | db2d7a378c493c0beaafeb606f34bfab0e9ec8f7 (diff) | |
download | bnewnet-90813f3137b05b428af31fe782dfe54a0af668c1.tar.gz bnewnet-90813f3137b05b428af31fe782dfe54a0af668c1.zip |
added search boilerplate
Diffstat (limited to 'bn_django/templates/search.html')
-rw-r--r-- | bn_django/templates/search.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bn_django/templates/search.html b/bn_django/templates/search.html new file mode 100644 index 0000000..246bd74 --- /dev/null +++ b/bn_django/templates/search.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block title %}Search?{% endblock %} + +{% block right_stuff %} +{% endblock %} + +{% block content %} +<p />Seach isn't implemented yet! +{% endblock %} |