Add another needed import missed in the merge.

- Legacy-Id: 4581
This commit is contained in:
Henrik Levkowetz 2012-07-04 04:26:11 +00:00
parent 0ea69383d2
commit 20f5d25fd4

View file

@ -46,7 +46,7 @@ from django.utils.http import urlquote
from django.utils import simplejson as json
from django.utils.translation import ugettext as _
from ietf.ietfauth.forms import RegistrationForm, PasswordForm
from ietf.ietfauth.forms import RegistrationForm, PasswordForm, RecoverPasswordForm
def index(request):
return render_to_response('registration/index.html', context_instance=RequestContext(request))