Skip to content

Commit e16dfe4

Browse files
authoredDec 22, 2017
MetaSearch: remove duplicate field
1 parent 4ff72de commit e16dfe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎python/plugins/MetaSearch/resources/templates/record_metadata_dc.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ <h3>{{ gettext('Record Metadata') }} (<a href="{{ obj.xml_url }}">{{ gettext('Vi
4949
<td>{{ gettext('Publisher') }}</td>
5050
<td>{{ obj.publisher}}</td>
5151
</tr>
52-
<tr>
53-
<td>{{ gettext('Contributor') }}</td>
54-
<td>{{ obj.contributor}}</td>
55-
</tr>
5652
<tr>
5753
<td>{{ gettext('Modified') }}</td>
5854
<td>{{ obj.modified }}</td>

0 commit comments

Comments
 (0)
Please sign in to comment.