Skip to content

Commit

Permalink
[#683] Remove author for resource page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes authored and Sean Hammond committed Mar 25, 2013
1 parent 3ec952b commit 8c8680d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/templates/package/resource_read.html
Expand Up @@ -96,10 +96,6 @@ <h2>{{ _('Additional Information') }}</h2>
<th scope="row">{{ _('License') }}</th>
<td>{% snippet "snippets/license.html", pkg_dict=pkg, text_only=True %}</td>
</tr>
<tr>
<th scope="row">{{ _('Author') }}</th>
<td>{{ res.author or _('unknown') }}</td>
</tr>
{% for key, value in h.format_resource_items(res.items()) %}
<tr class="toggle-more"><th scope="row">{{ key }}</th><td>{{ value }}</td></tr>
{% endfor %}
Expand Down

0 comments on commit 8c8680d

Please sign in to comment.