aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/static/templates/search.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/static/templates/search.html b/source/static/templates/search.html
index 9a635935..435ef443 100644
--- a/source/static/templates/search.html
+++ b/source/static/templates/search.html
@@ -9,6 +9,11 @@ import utils
%else:
<h1>String <i>${query}</i> not found.</h1>
%endif
+<br />
+<form method=get action="/index_base">
+ <input type="submit" value="Reindex database" />
+</form>
+
<%
html = ""
feed_id = None
bgstack15