From abf0f4d699d77e9d84c1f52452395098f6012d8d Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Tue, 22 Dec 2020 17:50:07 +0100 Subject: [PATCH] Updated Testresult Fixed delete book call --- cps/templates/book_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html index 067ff5e0..ecd840b5 100644 --- a/cps/templates/book_table.html +++ b/cps/templates/book_table.html @@ -61,7 +61,7 @@ {% endblock %} {% block modal %} -{{ delete_book(0) }} +{{ delete_book() }} {% if g.user.role_edit() %}