Re: Displaying form from app in other view.

2011-08-13 Thread Karen Tracey
On Sat, Aug 13, 2011 at 8:18 AM, Petey wrote: > I have a login/logout application - it works within its defined view > (login/views.py) and templates (templates/login/index.html). > > I want to port this app so it will be displayed in base.html. The main > problem is that I don't really know how

Displaying form from app in other view.

2011-08-13 Thread Petey
I have a login/logout application - it works within its defined view (login/views.py) and templates (templates/login/index.html). I want to port this app so it will be displayed in base.html. The main problem is that I don't really know how to import this app correctly to base.html. If I use c