Fixed the import path for formtools.

- Legacy-Id: 12263
This commit is contained in:
Henrik Levkowetz 2016-11-03 20:54:35 +00:00
parent c05d53da09
commit 90bf63f01e

View file

@ -1,6 +1,6 @@
from django.conf import settings
from django import forms
from django.contrib.formtools.preview import FormPreview, AUTO_ID
from formtools.preview import FormPreview, AUTO_ID
from django.shortcuts import get_object_or_404, redirect
from django.utils.decorators import method_decorator
from django.shortcuts import render_to_response