registration and passwd reset
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Fri, 8 Sep 2017 21:07:56 +0000 (23:07 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Fri, 8 Sep 2017 21:07:56 +0000 (23:07 +0200)
commit5485b86e25e8b411e9fc7e19c002d1d8de65f92d
tree063b3c99a0ba4baa7d92768c9616a86c373d3fdc
parente2e36679ef19186908b21dfa586df5af0c3d6710
registration and passwd reset
20 files changed:
django_simple/authentication/templates/registration/activate.html [new file with mode: 0644]
django_simple/authentication/templates/registration/activation_complete.html [new file with mode: 0644]
django_simple/authentication/templates/registration/activation_email.txt [new file with mode: 0644]
django_simple/authentication/templates/registration/activation_email_subject.txt [new file with mode: 0644]
django_simple/authentication/templates/registration/login.html
django_simple/authentication/templates/registration/logout.html
django_simple/authentication/templates/registration/password_change_done.html [new file with mode: 0644]
django_simple/authentication/templates/registration/password_change_form.html [new file with mode: 0644]
django_simple/authentication/templates/registration/password_reset_complete.html [new file with mode: 0644]
django_simple/authentication/templates/registration/password_reset_confirm.html [new file with mode: 0644]
django_simple/authentication/templates/registration/password_reset_done.html [new file with mode: 0644]
django_simple/authentication/templates/registration/password_reset_email.html [new file with mode: 0644]
django_simple/authentication/templates/registration/password_reset_email.txt [new file with mode: 0644]
django_simple/authentication/templates/registration/password_reset_form.html [new file with mode: 0644]
django_simple/authentication/templates/registration/registration_closed.html [new file with mode: 0644]
django_simple/authentication/templates/registration/registration_complete.html [new file with mode: 0644]
django_simple/authentication/templates/registration/registration_form.html [new file with mode: 0644]
django_simple/settings.py
django_simple/todo/templates/base.html
django_simple/urls.py