password reset breaks in django 1.2.3
authorSofia Papagiannaki <papagian@gmail.com>
Tue, 24 Apr 2012 13:51:00 +0000 (16:51 +0300)
committerSofia Papagiannaki <papagian@gmail.com>
Tue, 24 Apr 2012 13:51:00 +0000 (16:51 +0300)
commita53b19da936659c563cea21c7d2fb16dd2a0ddfd
tree800ba37acc705301fe3d06e699e055977d68534d
parent45f8d9ffc3d83a286c724877e9df9415963e6cff
password reset breaks in django 1.2.3

keyword argument request is not passed in PasswordResetForm.save(), use BASEURL setting instead of building it from the request
snf-astakos-app/astakos/im/forms.py