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
This commit is contained in:
Georg Bauer 2005-11-25 00:20:13 +00:00
parent ca683d8ca5
commit 84eb80bbd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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