forked from mirrors/bookwyrm
Fixes python formatting
This commit is contained in:
parent
9ba0aec6d9
commit
a499259163
1 changed files with 1 additions and 0 deletions
|
@ -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 """
|
||||
|
|
Loading…
Reference in a new issue