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 a81d37a commit 8b22455Copy full SHA for 8b22455
1 file changed
ietf/ietfauth/views.py
@@ -46,6 +46,8 @@
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
50
+
51
def index(request):
52
return render_to_response('registration/index.html', context_instance=RequestContext(request))
53
0 commit comments