aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/djangopypi/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/djangopypi/search.html')
-rw-r--r--djangopypi/templates/djangopypi/search.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/djangopypi/templates/djangopypi/search.html b/djangopypi/templates/djangopypi/search.html
new file mode 100644
index 0000000..8269508
--- /dev/null
+++ b/djangopypi/templates/djangopypi/search.html
@@ -0,0 +1,4 @@
1<form action='search' method='post'>
2 <input type="text" name="search_term" id="search_term">
3 <input type='submit' value=' Search '/>
4</form> \ No newline at end of file