Updates readthrough tests

This commit is contained in:
Mouse Reeve
2021-06-09 11:05:15 -07:00
parent 3c7c8a1797
commit 4107f7ddf1
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ class ReadingStatus(View):
book = get_edition(book_id)
template = {
"want": "want.html",
"finish": "start.html",
"start": "finish.html",
"start": "start.html",
"finish": "finish.html",
}.get(status)
if not template:
return HttpResponseNotFound()