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)
|
||||
|
||||
|
||||
@register.filter()
|
||||
def bettertitle(value):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue