Repository URL to install this package:
|
Version:
0.0.10 ▾
|
unb-uuiduser
/
forms.py
|
|---|
from django.contrib.auth.forms import PasswordResetForm
# Just use the django.contrib.auth PasswordResetForm. Technically we don't
# have to reassign it to itself...
PasswordResetForm = PasswordResetForm