From e625b19451dc7b9b90b950f7ebaf7952064469c3 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 2 Jan 2021 19:13:28 +1100 Subject: [PATCH] TODO-2 completed, can remove a subbook from parent --- templates/book.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/book.html b/templates/book.html index 3315347..eb880b4 100644 --- a/templates/book.html +++ b/templates/book.html @@ -303,7 +303,8 @@ function AddAuthorToBook(num) { {% else %}
- + + {{ book_form.rem_sub( class="btn btn-outline-danger offset-lg-2 col-lg-3" )}}
{% endif %}