From 5d8c2b9c219757550819929f9f56687a0c2f18cd Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 15 Jun 2018 23:52:48 +0200 Subject: [PATCH] Use custom checkbox for no_book and see_later. Close #30 --- manuels/templates/manuels/add_book.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/manuels/templates/manuels/add_book.html b/manuels/templates/manuels/add_book.html index fc13288..755d610 100644 --- a/manuels/templates/manuels/add_book.html +++ b/manuels/templates/manuels/add_book.html @@ -19,10 +19,22 @@
- {% bootstrap_field form.no_book %} +
+ + + + {{ form.no_book.help_text|safe }} + +
- {% bootstrap_field form.see_later %} +
+ + + + {{ form.see_later.help_text|safe }} + +