Skip to content

Commit 8b22455

Browse files
committed
Fix missing import.
- Legacy-Id: 4574
1 parent a81d37a commit 8b22455

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/ietfauth/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
from django.utils import simplejson as json
4747
from django.utils.translation import ugettext as _
4848

49+
from ietf.ietfauth.forms import RegistrationForm, PasswordForm
50+
4951
def index(request):
5052
return render_to_response('registration/index.html', context_instance=RequestContext(request))
5153

0 commit comments

Comments
 (0)