diff --git a/mayan/apps/common/templatetags/common_tags.py b/mayan/apps/common/templatetags/common_tags.py index 0332231227..283b2c1f0c 100644 --- a/mayan/apps/common/templatetags/common_tags.py +++ b/mayan/apps/common/templatetags/common_tags.py @@ -30,11 +30,6 @@ def get_encoded_parameter(item, parameters_dict): return dumps(result) -@register.filter -def make_non_breakable(value): - return value.replace('-', '\u2011') - - @register.filter def object_property(value, arg): return return_attrib(value, arg)