diff --git a/views/result.tpl b/views/result.tpl index 6bcd392..a8fbdad 100644 --- a/views/result.tpl +++ b/views/result.tpl @@ -24,7 +24,7 @@ %if hasrclextract: %end
{{d['time']}}
diff --git a/webui.py b/webui.py index 9a5da4e..c5818e5 100755 --- a/webui.py +++ b/webui.py @@ -281,8 +281,8 @@ def preview(resnum): bottle.response.content_type = 'text/plain; charset=utf-8' return tdoc.text #}}} -#{{{ edit -@bottle.route('/edit/') +#{{{ download +@bottle.route('/download/') def edit(resnum): if not hasrclextract: return 'Sorry, needs recoll version 1.19 or later'