From f1fa35b122d1d92d26663a201afe05b1c4313260 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 29 Sep 2020 18:06:24 +0300 Subject: [PATCH] Minor form update Signed-off-by: Pekka Helenius --- bookstore/src/main/resources/templates/booklist.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bookstore/src/main/resources/templates/booklist.html b/bookstore/src/main/resources/templates/booklist.html index cc196f7..17856b9 100644 --- a/bookstore/src/main/resources/templates/booklist.html +++ b/bookstore/src/main/resources/templates/booklist.html @@ -65,7 +65,9 @@ Idea of the following syntax used in this and other HTML document: book.year book.category book.price - page.text.list.actions + + page.text.list.actions + book.json @@ -91,7 +93,9 @@ Idea of the following syntax used in this and other HTML document: | Author is string value 'book.null.author' */--> - (obj) book.author.firstName (obj) book.author.lastName + + (obj) book.author.firstName (obj) book.author.lastName + (obj) book.title (obj) book.isbn