Skip to content

Commit

Permalink
[Fixes #12610] Metadata Wizard steps leaked inside the settings tab (#…
Browse files Browse the repository at this point in the history
…12613) (#12614)

(cherry picked from commit 32f1cbc)

Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mattiagiupponi committed Sep 24, 2024
1 parent 5f2aa06 commit e0bf61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/documents/templates/layouts/doc_panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
{% endblock extra_metadata_content %}
</div>
{% endblock ownership %}

</div>
<div id="settings" class="tab-pane fade" style="overflow: hidden;">
<!--<br />-->
<div class="col-xs-12 col-lg-4">
Expand Down
1 change: 1 addition & 0 deletions geonode/geoapps/templates/layouts/app_panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@
{% block extra_metadata_content %}
{% endblock %}
</div>
</div>
<div id="settings" class="tab-pane fade" style="overflow: hidden;">
<!--<br />-->
<div class="col-xs-12 col-lg-4">
Expand Down

0 comments on commit e0bf61a

Please sign in to comment.