1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 11:30:27 +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']