Fixes python formatting
This commit is contained in:
parent
9ba0aec6d9
commit
a499259163
|
@ -167,6 +167,7 @@ def get_next_shelf(current_shelf):
|
||||||
return "read"
|
return "read"
|
||||||
return "to-read"
|
return "to-read"
|
||||||
|
|
||||||
|
|
||||||
@register.filter(name="title")
|
@register.filter(name="title")
|
||||||
def get_title(book):
|
def get_title(book):
|
||||||
""" display the subtitle if the title is short """
|
""" display the subtitle if the title is short """
|
||||||
|
|
Loading…
Reference in New Issue