Skip to content

Commit

Permalink
[Fixes #10290] complete ISO contact roles per ressource base with mul…
Browse files Browse the repository at this point in the history
…tiplicity
  • Loading branch information
mwallschlaeger committed Oct 6, 2023
1 parent f2a22e9 commit 22e8520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions geonode/documents/templates/layouts/doc_panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
</div>
{% endblock doc_title %}
{% block doc_links %}
<div id="req_item">
<div id="req_item">
<span><label for="{{ document_form.title|id }}">{{ document_form.links.label }}</label></span>
{{ document_form.links }}
</div>
Expand Down Expand Up @@ -468,7 +468,7 @@
<span><label for="{{ document_form.constraints_other|id }}">{{ document_form.constraints_other.label }}</label></span>
<!--<p class="xxs-font-size">(Other restrictions and legal prerequisites for accessing or use data and metadata)</p>-->
{{ document_form.constraints_other }}
</div>
</div>
{% endblock doc_constraints_other %}
</div>
</div>
Expand Down Expand Up @@ -560,7 +560,6 @@
</div>
</div>
<div class="col-xs-12 col-lg-3">
{% block document_poc %}
<div class="panel panel-default" style="margin-top: 5px">
<div class="panel-heading">{% trans "Responsible Parties" %}</div>
{% block document_poc %}
Expand Down Expand Up @@ -597,7 +596,6 @@
</div>
</div>
{% endblock document_more_contact_roles %}
{% endblock %}

<div class="panel panel-default">
<div class="panel-heading">{% trans "Responsible and Permissions" %}</div>
Expand All @@ -620,7 +618,7 @@
</div>
</div>
{% block extra_metadata_content %}
{% endblock %}
{% endblock extra_metadata_content %}
</div>
{% endblock ownership %}

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 @@ -510,6 +510,7 @@
{% endblock %}
<div class="panel panel-default">
<div class="panel-heading">{% trans "Responsible and Permissions" %}</div>
{% block geoapp_owner %}
<div class="panel-body">
<div>
<span><label for="{{ geoapp_form.owner|id }}">{{ geoapp_form.owner.label }}</label></span>
Expand Down

0 comments on commit 22e8520

Please sign in to comment.