New layout pages.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 5 Sep 2022 23:21:37 +0000 (01:21 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 5 Sep 2022 23:21:37 +0000 (01:21 +0200)
commitfd1a9915dd65789cccf27041a1f01cd4077273fc
treefde67f18195816c012a29f40881d5c13f31db0c7
parent592c9401b18118e01de250d44878b9289b138f9c
New layout pages.
34 files changed:
src/catalogue/templates/catalogue/2022/book_box.html
src/catalogue/templates/catalogue/2022/theme_detail.html [new file with mode: 0644]
src/catalogue/tests/test_tags.py
src/catalogue/views.py
src/club/admin.py
src/club/forms.py
src/club/migrations/0040_amount.py [new file with mode: 0644]
src/club/migrations/0041_move_amounts.py [new file with mode: 0644]
src/club/migrations/0042_auto_20220826_1458.py [new file with mode: 0644]
src/club/models.py
src/club/payment_methods.py
src/club/static/club/payu/banki.png [new file with mode: 0644]
src/club/templates/club/2022/donation_step1.html [new file with mode: 0644]
src/club/templates/club/2022/donation_step2.html [new file with mode: 0644]
src/club/templates/club/2022/donation_step3.html [new file with mode: 0644]
src/club/templates/club/2022/donation_step4.html [new file with mode: 0644]
src/club/templates/club/2022/donation_step_base.html [new file with mode: 0644]
src/club/templates/club/payment/paypal_invite.html [new file with mode: 0644]
src/club/templates/club/payment/payu_invite.html [new file with mode: 0644]
src/club/templates/club/payment_form.html
src/club/templates/payu/rec_widget.html [new file with mode: 0644]
src/club/templatetags/club.py
src/club/urls.py
src/club/views.py
src/paypal/urls.py
src/paypal/views.py
src/wolnelektury/static/2021/scripts/main.js
src/wolnelektury/static/2022/images/checkout-bg.png [new file with mode: 0644]
src/wolnelektury/static/2022/images/checkout-img-4.jpg [new file with mode: 0644]
src/wolnelektury/static/2022/more.scss
src/wolnelektury/static/2022/styles/layout/_module.scss
src/wolnelektury/static/2022/styles/layout/_pagination.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_theme.scss [new file with mode: 0644]
src/wolnelektury/templates/2022/paginate.html [new file with mode: 0644]