Commit 84eb80bb authored by Georg Bauer's avatar Georg Bauer
Browse files

and another little fix to the email sending stuff on password_reset - using...

and another little fix to the email sending stuff on password_reset - using Context works much better after importing it


git-svn-id: http://code.djangoproject.com/svn/django/trunk@1409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ca683d8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from django.core import formfields, validators
from django.core.extensions import DjangoContext, render_to_response
from django.core.template import loader
from django.core.template import Context, loader
from django.models.auth import users
from django.views.decorators.auth import login_required
from django.utils.httpwrappers import HttpResponseRedirect