We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a3725 commit 4ee7210Copy full SHA for 4ee7210
geonode/catalogue/templates/catalogue/full_metadata.xml
@@ -13,7 +13,7 @@
13
<gmd:hierarchyLevel>
14
<gmd:MD_ScopeCode codeSpace="ISOTC211/19115" codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset">dataset</gmd:MD_ScopeCode>
15
</gmd:hierarchyLevel>
16
- {% for contact_roles, label in layer.get_defined_contact_roles %}
+ {% for label, contact_roles in layer.get_defined_multivalue_contact_roles.items %}
17
{% for contact_role in contact_roles %}
18
<gmd:contact>
19
<gmd:CI_ResponsibleParty>
0 commit comments