From 3f47eb8202388dde33584ce6e344f96ffe78f195 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 24 Jun 2013 21:50:34 +0200 Subject: Added a button to reindex the database on the /search page. --- source/static/templates/search.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source') 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:

String ${query} not found.

%endif +
+
+ +
+ <% html = "" feed_id = None -- cgit