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 }} + +