diff --git a/bookwyrm/templatetags/shelf_tags.py b/bookwyrm/templatetags/shelf_tags.py index b4f53e48..57cd0225 100644 --- a/bookwyrm/templatetags/shelf_tags.py +++ b/bookwyrm/templatetags/shelf_tags.py @@ -31,7 +31,7 @@ def get_next_shelf(current_shelf): if current_shelf == "read": return "complete" if current_shelf == "stopped-reading": - return "stopped-readingt" + return "stopped-reading" return "to-read"