From 1eb9cd44dcbdd873df00de3fa42b02e0b3ddfa2f Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 21 Sep 2024 13:12:48 +0200 Subject: [PATCH] Improve message on error cover downlaod --- cps/editbooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cps/editbooks.py b/cps/editbooks.py index 6eefc61fb..2d323a523 100644 --- a/cps/editbooks.py +++ b/cps/editbooks.py @@ -501,6 +501,7 @@ def do_edit_book(book_id, upload_formats=None): modify_date = True helper.replace_cover_thumbnail_cache(book.id) else: + edit_error = True flash(error, category="error") # Add default series_index to book