Skip to content

Commit

Permalink
[#2650] Render description as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 2, 2012
1 parent 791fee3 commit e449bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_read.html
Expand Up @@ -46,7 +46,7 @@
<h1 class="page-heading">{{ h.resource_display_name(res) | truncate(50) }}</h1>
<div class="prose notes" property="rdfs:label">
{% if res.description %}
{{ res.description }}
{{ h.render_markdown(res.description) }}
{% else %}
<p class="empty">{{ _('There is no description for this resource') }}</p>
{% endif %}
Expand Down

0 comments on commit e449bc7

Please sign in to comment.