How to place a form in all subsites and process i on 1 url?

2011-10-13 Thread galgal
I need to place a form in all my subsites and home page. It's placed on right column. It's action is "/". If there are some errors I must display them. I made Form class etc. I display it via {{ form.as_p }} and designed all. The problem is - how to put it on all sites? I don't want to make form

Re: How to place a form in all subsites and process i on 1 url?

2011-10-13 Thread Paul Schewietzek
Look at template inheritance: https://docs.djangoproject.com/en/1.3/topics/templates/#template-inheritance 2011/10/13 galgal : > I need to place a form in all my subsites and home page. It's placed on > right column. It's action is "/". If there are some errors I must display > them. > I made Fo