Club prepared.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 17 Jun 2019 13:24:51 +0000 (15:24 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 17 Jun 2019 13:25:22 +0000 (15:25 +0200)
commit65c9feda79d2b2c94cb7dcd561318a83fd796f0a
tree6df266a0f6f570fb619e635cb15e9a664e4e5458
parent7e113c61d336d677b96ff0ed55a5f81eb2b80d53
Club prepared.
29 files changed:
src/catalogue/api/views.py
src/catalogue/templates/catalogue/book_short.html
src/catalogue/templates/catalogue/snippets/jplayer.html
src/catalogue/views.py
src/club/locale/pl/LC_MESSAGES/django.mo
src/club/locale/pl/LC_MESSAGES/django.po
src/club/migrations/0010_auto_20190529_0946.py [new file with mode: 0644]
src/club/models.py
src/club/payment_methods.py
src/club/payu/models.py
src/club/static/club/mastercard.png [new file with mode: 0644]
src/club/static/club/visa-100.png [new file with mode: 0644]
src/club/static/club/visa.png [new file with mode: 0644]
src/club/templates/club/email/thanks.txt [new file with mode: 0644]
src/club/templates/club/email/thanks_subject.txt [new file with mode: 0644]
src/club/templates/club/index.html
src/club/templates/club/membership_form.html
src/club/templates/club/payment/payu-re.html
src/club/templates/club/payment/payu.html
src/club/templates/club/schedule.html
src/club/templates/club/thanks.html [new file with mode: 0644]
src/club/urls.py
src/club/views.py
src/wolnelektury/settings/custom.py
src/wolnelektury/static/scss/main/form.scss
src/wolnelektury/templates/base/app.html
src/wolnelektury/templates/base/superbase.html
src/wolnelektury/templates/user.html
src/wolnelektury/urls.py