X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d5a4e2346ceaa436eb64372ad099ebbffd78db2e..af43a678694121f8b7c81a52a64d02c1b024fc57:/src/catalogue/templates/catalogue/book_wide.html diff --git a/src/catalogue/templates/catalogue/book_wide.html b/src/catalogue/templates/catalogue/book_wide.html index 84eb9ddcb..9413ee70f 100644 --- a/src/catalogue/templates/catalogue/book_wide.html +++ b/src/catalogue/templates/catalogue/book_wide.html @@ -25,8 +25,6 @@

{% chunk "book-preview-warn" %}

- - {% include "club/payment_info.html" %} {% endblock %} @@ -48,14 +46,17 @@ {% if book|status:request.user == 'closed' %} {% with form=club_form %} -
+ {% csrf_token %} {% include "club/payment_form.html" %} {% chunk 'club_form_bottom' %}
{% endwith %} + + {% include "club/payment_info.html" %} {% endif %} + {% endblock %}