When you leave the home page to another section of the site- the home page stays highlighted as though it were an active page. Please fix the tabs so that the correct one is highlighted.
To do this, there will probably have to be a template context processor added to django with a variable to determine the page. Otherwise, the header.html template will have to be modified to inspect the request to determine which tab to highlight.
When you leave the home page to another section of the site- the home page stays highlighted as though it were an active page. Please fix the tabs so that the correct one is highlighted.
To do this, there will probably have to be a template context processor added to django with a variable to determine the page. Otherwise, the header.html template will have to be modified to inspect the request to determine which tab to highlight.