Using Django with Bootstrap Dynamic Tabs -


when use bootstrap dynamic tabs requires me use ids in list anchor tags. whereas rather use url django page {% url 'incidents:report' %}. how can use django url , still maintain functionality?

bootstrap dynamic tabs work hiding/displaying inline content within specific divs. need content loaded inline, either through sort of script (like ajax request), or iframe:

<div id="menu1" class="tab-pane fade">   <iframe style="border:none" src="{% url 'incidents:report' %}"></iframe> </div> 

Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -