Login, registration etc.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 21 Oct 2022 14:57:42 +0000 (16:57 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 21 Oct 2022 14:57:42 +0000 (16:57 +0200)
commit94b69cb76f0bdc6fe119a9acc84f73d3afc82cf2
tree2b20efc099194d62f2a09a96c066b227434f6c85
parent2c8cbdedff9b723bd481e51d3aea771dd93fee7a
Login, registration etc.
21 files changed:
src/catalogue/templates/catalogue/2022/author_detail.html
src/catalogue/templates/catalogue/2022/book_detail.html
src/catalogue/templates/catalogue/2022/theme_detail.html
src/club/templates/club/2022/donation_step_base.html
src/infopages/templates/infopages/2022/infopage.html
src/newsletter/forms.py
src/newsletter/templates/newsletter/2022/subscribe_form.html
src/newsletter/templates/newsletter/2022/subscribed.html
src/newsletter/views.py
src/wolnelektury/forms.py
src/wolnelektury/static/2022/more.scss
src/wolnelektury/templates/2022/base_real.html
src/wolnelektury/templates/2022/base_simple.html [new file with mode: 0644]
src/wolnelektury/templates/2022/form.html [deleted file]
src/wolnelektury/templates/account/base.html
src/wolnelektury/templates/openid/login.html
src/wolnelektury/templates/registration/login.html
src/wolnelektury/templates/registration/register.html [new file with mode: 0644]
src/wolnelektury/templates/socialaccount/base.html [new file with mode: 0644]
src/wolnelektury/templatetags/title.py [new file with mode: 0644]
src/wolnelektury/views.py