Kaydet (Commit) 84eb80bb authored tarafından Georg Bauer's avatar Georg Bauer

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
üst ca683d8c
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment