Skip to content
Snippets Groups Projects
Commit 2e61c4c4 authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Don't use Bootstrap tabs for our tabbed navigation, as those are meant for...

Don't use Bootstrap tabs for our tabbed navigation, as those are meant for single page applications, not for links that reload the page.
parent ccfb0878
No related branches found
No related tags found
2 merge requests!23Tabbed view header styling,!22Tabbed page
......@@ -10,7 +10,7 @@
{% for tab in view.tabs %}
<li role="presentation"
{% if tab == view.active_tab %}class="active"{% endif %}>
<a href="#" aria-controls="..." role="tab" data-toggle="tab">
<a href="{% url 'tabbed-page' name=view.page.name tab_name=tab.name %}">
{% trans tab.label %}
</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment