diff --git a/app/controllers/book_verify.py b/app/controllers/book_verify.py index 00ed31e..5f0aa55 100644 --- a/app/controllers/book_verify.py +++ b/app/controllers/book_verify.py @@ -61,9 +61,7 @@ def book_validator() -> Response | None: flash("Subcollection not found", "danger") return redirect( url_for( - "book.sub_collection_view", - book_id=book_id, - collection_id=collection_id, + "book.collection_view", book_id=book_id, collection_id=collection_id ) ) diff --git a/app/templates/book/qa_view.html b/app/templates/book/qa_view.html index 9393137..1565951 100644 --- a/app/templates/book/qa_view.html +++ b/app/templates/book/qa_view.html @@ -191,7 +191,7 @@