Skip to content

Commit

Permalink
Fixed incorrect referencing of contacts for ISO metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmdthr committed Sep 9, 2024
1 parent 55a3725 commit 4ee7210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/catalogue/templates/catalogue/full_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<gmd:hierarchyLevel>
<gmd:MD_ScopeCode codeSpace="ISOTC211/19115" codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset">dataset</gmd:MD_ScopeCode>
</gmd:hierarchyLevel>
{% for contact_roles, label in layer.get_defined_contact_roles %}
{% for label, contact_roles in layer.get_defined_multivalue_contact_roles.items %}
{% for contact_role in contact_roles %}
<gmd:contact>
<gmd:CI_ResponsibleParty>
Expand Down

0 comments on commit 4ee7210

Please sign in to comment.