On Fri, Jul 15, 2011 at 6:41 AM, samuele.mattiuzzo <samum...@gmail.com> wrote:
> Nope, what i wanted to achieve is just to have django forms spawn my
> custom html instead of the default one.

note that you can simply not use the form rendering, simply use your
HTML (in a template, or even on a static page) and you can still use
the form object for parsing/validating the POSTed data.

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to