Simple templatetag to mark navigation as active using view names or regex
Theses two templatetags make easy to add an active class on a navigation link. The first one is based on a regexp an search if the request path match it. The second one simply use view names.
- regex
- navigation
- active