mirror of
https://github.com/koniu/recoll-webui.git
synced 2025-10-03 17:59:50 +02:00
py, tpl: rename "open/dl" link to "dl" to avoid confusion
This commit is contained in:
parent
ea2dc0fd54
commit
82dad9d486
2 changed files with 3 additions and 3 deletions
4
webui.py
4
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/<resnum:int>')
|
||||
#{{{ download
|
||||
@bottle.route('/download/<resnum:int>')
|
||||
def edit(resnum):
|
||||
if not hasrclextract:
|
||||
return 'Sorry, needs recoll version 1.19 or later'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue