mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
What would we do without you, PEP8?
This commit is contained in:
parent
2cde9a82a0
commit
8799a15e73
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user