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