We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4ff72de commit e16dfe4Copy full SHA for e16dfe4
python/plugins/MetaSearch/resources/templates/record_metadata_dc.html
@@ -49,10 +49,6 @@ <h3>{{ gettext('Record Metadata') }} (<a href="{{ obj.xml_url }}">{{ gettext('Vi
49
<td>{{ gettext('Publisher') }}</td>
50
<td>{{ obj.publisher}}</td>
51
</tr>
52
- <tr>
53
- <td>{{ gettext('Contributor') }}</td>
54
- <td>{{ obj.contributor}}</td>
55
- </tr>
56
<tr>
57
<td>{{ gettext('Modified') }}</td>
58
<td>{{ obj.modified }}</td>
0 commit comments