From 8799a15e734b59628e5f9c8c4cdeccf158fd81db Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 3 Apr 2017 14:26:20 -0400 Subject: [PATCH] What would we do without you, PEP8? --- netbox/utilities/templatetags/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/utilities/templatetags/helpers.py b/netbox/utilities/templatetags/helpers.py index 3c5770cb3..c74c2601f 100644 --- a/netbox/utilities/templatetags/helpers.py +++ b/netbox/utilities/templatetags/helpers.py @@ -51,6 +51,7 @@ def startswith(value, arg): """ return str(value).startswith(arg) + @register.filter() def bettertitle(value): """