We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea6938 commit 20f5d25Copy full SHA for 20f5d25
1 file changed
ietf/ietfauth/views.py
@@ -46,7 +46,7 @@
46
from django.utils import simplejson as json
47
from django.utils.translation import ugettext as _
48
49
-from ietf.ietfauth.forms import RegistrationForm, PasswordForm
+from ietf.ietfauth.forms import RegistrationForm, PasswordForm, RecoverPasswordForm
50
51
def index(request):
52
return render_to_response('registration/index.html', context_instance=RequestContext(request))
0 commit comments