Unverified Commit 8c05df62 authored by seb-b's avatar seb-b Committed by GitHub
Browse files

Merge pull request #80 from jams2/fix/modal-tab-navigation

Fix modal tab navigation for wagtail 2.13
parents b4972876 07db4115
......@@ -3,7 +3,7 @@
{% include "wagtailadmin/shared/header.html" with title=choose_str merged=1 tabbed=1 icon="media" %}
{% if uploadform %}
<ul class="tab-nav merged">
<ul class="tab-nav merged" data-tab-nav>
<li class="{% if not uploadform.errors %}active{% endif %}"><a href="#search" >{% trans "Search" %}</a></li>
<li class="{% if uploadform.errors %}active{% endif %}"><a href="#upload">{% trans "Upload" %}</a></li>
</ul>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment