aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/sciblog/blog_search_form.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/sciblog/blog_search_form.html')
-rw-r--r--97suifangqa/templates/sciblog/blog_search_form.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/97suifangqa/templates/sciblog/blog_search_form.html b/97suifangqa/templates/sciblog/blog_search_form.html
new file mode 100644
index 0000000..e2869e9
--- /dev/null
+++ b/97suifangqa/templates/sciblog/blog_search_form.html
@@ -0,0 +1,5 @@
+<form method="get" class="searchdiv" action="{% url query_blogs %}">
+ <input type="text" name="q" placeholder="在这里搜索关键词" class="question" value="{{ q }}">
+ <input type="submit" value="搜 索" class="submit">
+</form>
+