Skip to content

Commit

Permalink
[2445] Allow HTML in related form content
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 5, 2012
1 parent f02e887 commit e34de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/related/pages/form_page.html
Expand Up @@ -12,7 +12,7 @@
<section class="module">
<div class="content">
<h1 class="page-heading">{% block page_heading %}{{ _('Related Form') }}{% endblock %}</h1>
{{ c.form }}
{{ c.form | safe }}
</div>
</section>
{% endblock %}
Expand Down

0 comments on commit e34de22

Please sign in to comment.