aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/search/query/index.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/search/query/index.html')
-rw-r--r--97suifangqa/templates/search/query/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/97suifangqa/templates/search/query/index.html b/97suifangqa/templates/search/query/index.html
new file mode 100644
index 0000000..7e504fc
--- /dev/null
+++ b/97suifangqa/templates/search/query/index.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% block otherlinks %}
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,600">
+{% endblock %}
+
+{% block bodyclass %}bg{% endblock %}
+
+{% block body %}
+ {% include "profile/person-info.html" %}
+ <div class="body">
+ <form method="post" class="search" action="/blog/query">
+ {% csrf_token %}
+ <input type="text" name="q" placeholder="乙肝甲肝各种肝炎" class="queinput">
+ <input type="submit" value="提问" class="quebtn">
+ </form>
+ <div class="site_logo"></div>
+ </div>
+{% endblock %}