bookwyrm/bookwyrm/views/books
Christof Dorner 1c6548a0ad Ensure transient cover_url field value gets persisted across form renders
Given this field doesn't map to an `Edition` model field it lost its values when re-rendering the form.
It worked only when the form was valid and rendered as part of the confirmation screen, which is due to
the context data value being set in `add_authors` which was only getting called after the form validation.

I've opted to pull it out into a separate new function that gets called before form validation.
2023-01-04 18:02:04 +01:00
..
__init__.py Move views into subdirectory 2021-09-29 13:42:27 -07:00
books.py Merge branch 'main' into url-names 2022-03-16 16:32:07 -07:00
edit_book.py Ensure transient cover_url field value gets persisted across form renders 2023-01-04 18:02:04 +01:00
editions.py Isfdb ID for books and authors (#2482) 2022-12-11 11:33:33 -08:00
links.py Fixes editing links 2022-11-25 08:28:45 -08:00