1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Filter text fixes

This commit is contained in:
2016-08-14 14:43:11 +02:00
parent 9abc17d517
commit 2117c451b2
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ def bookmarks(userkey, filtermethod = None, sortmethod = None):
message = request.args.get('message')
tags = get_cached_tags(userkey)
filter_text = None
filter_text = ''
if request.form:
filter_text = request.form['filter_text']