How can I insert a rendered form from a form application in a Django template from another applicati

Posted by jul on Stack Overflow See other posts from Stack Overflow or by jul
Published on 2010-05-16T11:34:45Z Indexed on 2010/05/16 11:40 UTC
Read the original article Hit count: 163

Filed under:
|
|

hi,

I'm doing a form application (similar to django-contact-form) and would like to be able to insert the rendered form in a Django template of another application. What's the best way to do that? Should I create a template for the form (with for example only {{ form.as_p)? If so how can I insert it in another template?

Thanks

Jul

© Stack Overflow or respective owner

Related posts about django

Related posts about form