django forms in diferent contexts
Posted
by z3a
on Stack Overflow
See other posts from Stack Overflow
or by z3a
Published on 2010-05-01T02:55:54Z
Indexed on
2010/05/01
3:07 UTC
Read the original article
Hit count: 453
I'm in a middle of a problem, I have a url like /account/login that displays a login form. I need to include this form in another template that have a different url. I tried to use {%include%} but this don't work, the form is not shown. Any one have a clue about this??
© Stack Overflow or respective owner