Skip to content

Commit 90bf63f

Browse files
committed
Fixed the import path for formtools.
- Legacy-Id: 12263
1 parent c05d53d commit 90bf63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/nomcom/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.conf import settings
22
from django import forms
3-
from django.contrib.formtools.preview import FormPreview, AUTO_ID
3+
from formtools.preview import FormPreview, AUTO_ID
44
from django.shortcuts import get_object_or_404, redirect
55
from django.utils.decorators import method_decorator
66
from django.shortcuts import render_to_response

0 commit comments

Comments
 (0)