Re: menu highlight issue in django

2013-07-08 Thread roopasingh250
Hi, Since i am using session in my application i planed to check with the use of session.See my edit method for editing the report. The idea is i need to create another session for edit method and if that created session is their,the menu should not highlighted,so if a user is going to open

menu highlight issue in django

2013-07-05 Thread roopasingh250
Hi, In my django application,I am creating new report using django session,and my application contain 3 tabs namely Reports,Search and New Report.Tab highlight says that the application is in which page.If user clicks New report,the New report tab will be highlighted. User can view all the rep