GeekChicPro / geekchicprogramming.com

The Django Web Application for the GeekChic website!
Other
5 stars 7 forks source link

Active Tab Highlighting is Broken #5

Open bbengfort opened 11 years ago

bbengfort commented 11 years ago

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.