Skip to content
Snippets Groups Projects
Commit 991e4aeb authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed dataset title (without 'View')

parent 1a6872d6
Branches
Tags
1 merge request!50Upgraded to CKAN 2.10
......@@ -73,7 +73,7 @@ Example:
{% endblock heading_private %}
{% block heading_title %}
<a href="{{ h.url_for('%s.read' % package.type, id=package.name) }}">
{{ _('View {organization_name}').format(organization_name=title)|truncate(80) }}
{{ title|truncate(80) }}
</a>
{% endblock heading_title %}
{% block heading_meta %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment