Fixes python formatting

This commit is contained in:
Mouse Reeve 2021-04-23 15:01:35 -07:00
parent 9ba0aec6d9
commit a499259163

View file

@ -167,6 +167,7 @@ def get_next_shelf(current_shelf):
return "read"
return "to-read"
@register.filter(name="title")
def get_title(book):
""" display the subtitle if the title is short """