mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
What would we do without you, PEP8?
This commit is contained in:
@ -51,6 +51,7 @@ def startswith(value, arg):
|
|||||||
"""
|
"""
|
||||||
return str(value).startswith(arg)
|
return str(value).startswith(arg)
|
||||||
|
|
||||||
|
|
||||||
@register.filter()
|
@register.filter()
|
||||||
def bettertitle(value):
|
def bettertitle(value):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user