﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8721	Two typos in /documentation/form_preview/	Rodolfo <rhcarvalho@…>	nobody	"On ""How to use FormPreview"", 3rd step, the code snippet imports ""'''SomeModel'''"", and then mistakenly refers to ""SomeModelFormPreview('''SomeModelForm'''))"".

Here is the current text in the documentation:


{{{
3. Change your URLconf to point to an instance of your FormPreview subclass:

from myapp.preview import SomeModelFormPreview
from myapp.models import SomeModel
from django import forms

…and add the following line to the appropriate model in your URLconf:

(r'^post/$', SomeModelFormPreview(SomeModelForm)),

where SomeModelForm is a Form or ModelForm class for the model.

}}}


Also, on ""FormPreview templates"", a template is referenced using slash-notation and then using dot-notation. Probably should be slash for both.

{{{
By default, the form is rendered via the template formtools/form.html, and the preview page is rendered via the template formtools.preview.html.
}}}
"		closed	Documentation	dev		fixed			Accepted	0	0	0	0	0	0
