From 9fd984d30cf65e75c502328dd445103fa78b9422 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 17 Jun 2018 12:19:06 +0200 Subject: [PATCH] Use custom checkbox for add_another --- manuels/templates/manuels/add_book.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/manuels/templates/manuels/add_book.html b/manuels/templates/manuels/add_book.html index e886555..e00aed2 100644 --- a/manuels/templates/manuels/add_book.html +++ b/manuels/templates/manuels/add_book.html @@ -30,7 +30,8 @@
- + {{ form.see_later.help_text|safe }} @@ -87,7 +88,14 @@ {% if form.add_another %}
- {% bootstrap_field form.add_another %} +
+ + + + {{ form.add_another.help_text|safe }} + +
{% endif %}