Navigation in django

后端 未结 30 1392

I\'ve just done my first little webapp in django and I love it. I\'m about to start on converting an old production PHP site into django and as part its template, there is a

30条回答
  •  情深已故
    2020-11-27 09:44

    I used jquery to highlight my navbars. This solution simply adds the css class "active" to the item which fits the css selector.

    
    
    

提交回复
热议问题