Opened 17 years ago

Closed 17 years ago

#5719 closed (duplicate)

from django.contrib.formtools import FormPreview doesn't import properly

Reported by: physci@… Owned by: nobody
Component: contrib.formtools Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

from #django
dublpaws: line 48 of form_preview.txt, should this read "from django.contrib.formtools.preview import FormPreview" ?
mattmcc: Either that, or formtools.init.py should import FormPreview.

Change History (1)

comment:1 by Marc Fargas, 17 years ago

Resolution: duplicate
Status: newclosed

I duplicated this on #5834, my fault.
Anyway it's fixed but closing as duplicate as it's duplicate :)

Note: See TracTickets for help on using tickets.
Back to Top