Fix missing import.
- Legacy-Id: 4574
This commit is contained in:
parent
a81d37a1b0
commit
8b224559a7
|
@ -46,6 +46,8 @@ 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
|
||||
|
||||
def index(request):
|
||||
return render_to_response('registration/index.html', context_instance=RequestContext(request))
|
||||
|
||||
|
|
Loading…
Reference in a new issue