diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-15 17:39:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-15 17:39:14 +0200 |
commit | eb61b763e5165694d2ee937664a671f2eb91b394 (patch) | |
tree | a4db2851c95e748ff2d5df56c1145586821dbeab /ishtar_common/utils.py | |
parent | d01d5137aa184fa3e3294b71a61ae142524f2b38 (diff) | |
download | Ishtar-eb61b763e5165694d2ee937664a671f2eb91b394.tar.bz2 Ishtar-eb61b763e5165694d2ee937664a671f2eb91b394.zip |
Update translation
Diffstat (limited to 'ishtar_common/utils.py')
-rw-r--r-- | ishtar_common/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py index 0e5dd286a..8cb06aacb 100644 --- a/ishtar_common/utils.py +++ b/ishtar_common/utils.py @@ -62,9 +62,6 @@ class BColors: CSV_OPTIONS = {'delimiter': ',', 'quotechar': '"', 'quoting': QUOTE_ALL} -TXT_SEARCH_COMMENT = "key for text search (no accent, no spaces)" - - def check_rights(rights=None, redirect_url='/'): """ Decorator that checks the rights to access the view. |