minimal allauth support
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 9 Mar 2012 13:46:22 +0000 (14:46 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 9 Mar 2012 13:46:22 +0000 (14:46 +0100)
commit23025f539214ffbd82a597d4a1d70808d6e59f31
tree5f8d65c180ffca6fadba676b4ec641bc9d583ecb
parentf88f26e37b7f97e31ff75742eecd21d7f3fe4f16
minimal allauth support
12 files changed:
requirements.txt
wolnelektury/settings.py
wolnelektury/static/css/dialogs.css
wolnelektury/static/img/auth/google-icon.png [new file with mode: 0644]
wolnelektury/static/img/auth/google.png [new file with mode: 0644]
wolnelektury/static/img/auth/openid-large.png?1237615666 [new file with mode: 0644]
wolnelektury/static/img/auth/openid.png [new file with mode: 0644]
wolnelektury/templates/auth/login.html [new file with mode: 0644]
wolnelektury/templates/auth/login_register.html
wolnelektury/templates/socialaccount/snippets/provider_list.html [new file with mode: 0644]
wolnelektury/urls.py
wolnelektury/views.py