Edit book availability

This commit is contained in:
Mouse Reeve
2022-01-17 09:57:47 -08:00
parent 1595bac9b5
commit cfcacb4797
4 changed files with 55 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ from .books.books import (
from .books.books import update_book_from_remote
from .books.edit_book import EditBook, ConfirmEditBook
from .books.editions import Editions, switch_edition
from .books.links import BookFileLinks, AddFileLink
from .books.links import BookFileLinks, AddFileLink, delete_link
# landing
from .landing.about import about, privacy, conduct