Skip to content

Commit 4ee7210

Browse files
committed
Fixed incorrect referencing of contacts for ISO metadata.
1 parent 55a3725 commit 4ee7210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/catalogue/templates/catalogue/full_metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<gmd:hierarchyLevel>
1414
<gmd:MD_ScopeCode codeSpace="ISOTC211/19115" codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset">dataset</gmd:MD_ScopeCode>
1515
</gmd:hierarchyLevel>
16-
{% for contact_roles, label in layer.get_defined_contact_roles %}
16+
{% for label, contact_roles in layer.get_defined_multivalue_contact_roles.items %}
1717
{% for contact_role in contact_roles %}
1818
<gmd:contact>
1919
<gmd:CI_ResponsibleParty>

0 commit comments

Comments
 (0)