Skip to content

Commit 32f1cbc

Browse files
[Fixes GeoNode#12610] Metadata Wizard steps leaked inside the settings tab (GeoNode#12613)
1 parent 852ce01 commit 32f1cbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

geonode/documents/templates/layouts/doc_panels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
{% endblock extra_metadata_content %}
604604
</div>
605605
{% endblock ownership %}
606-
606+
</div>
607607
<div id="settings" class="tab-pane fade" style="overflow: hidden;">
608608
<!--<br />-->
609609
<div class="col-xs-12 col-lg-4">

geonode/geoapps/templates/layouts/app_panels.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
{% block extra_metadata_content %}
549549
{% endblock %}
550550
</div>
551+
</div>
551552
<div id="settings" class="tab-pane fade" style="overflow: hidden;">
552553
<!--<br />-->
553554
<div class="col-xs-12 col-lg-4">

0 commit comments

Comments
 (0)