Skip to content

Commit

Permalink
[#2375] Add extra hook block in resource read template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 10, 2012
1 parent 9285ecd commit c531c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_read.html
Expand Up @@ -43,7 +43,7 @@

<section class="module">
<div class="module-content">
<h1 class="page-heading">{{ h.resource_display_name(res) | truncate(50) }}</h1>
{% block resource_read_title %}<h1 class="page-heading">{{ h.resource_display_name(res) | truncate(50) }}</h1>{% endblock %}
<div class="prose notes" property="rdfs:label">
{% if res.description %}
{{ h.render_markdown(res.description) }}
Expand Down

0 comments on commit c531c69

Please sign in to comment.