Book page fix
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 29 Nov 2022 13:16:34 +0000 (14:16 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 29 Nov 2022 13:16:34 +0000 (14:16 +0100)
src/catalogue/templates/catalogue/2022/book_detail.html

index 00e59ce..a733709 100644 (file)
@@ -1,5 +1,6 @@
 {% extends '2022/base.html' %}
 
+{% load chunks %}
 {% load static %}
 {% load choose_cites from social_tags %}
 {% load catalogue_tags %}
                 {% endif %}
               </div>
               {% else %}
-              <div class="l-checkout__box">
+              <div style="margin-bottom: 1.5rem; font-size: 15px; like-height: 150%; color: #808080;">
                 {% chunk 'book-preview-warn' %}
-                {% include 'club/2022/donation_step1_form.html' %}
+              </div>
+
+              <div class="l-checkout__box">
+                {% include 'club/2022/donation_step1_form.html' with form=donation_form %}
               </div>
               {% endif %}