Skip to content

Commit

Permalink
[#858] Whitespace cleanup ckan/templates/package/read.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 6, 2013
1 parent aab9823 commit 53ef91f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ckan/templates/package/read.html
Expand Up @@ -15,18 +15,18 @@
{% endif %}
<h1>
{% block page_heading %}
{{ pkg.title or pkg.name }}
{% if pkg.state.startswith('draft') %}
[{{ _('Draft') }}]
{% endif %}
{{ pkg.title or pkg.name }}
{% if pkg.state.startswith('draft') %}
[{{ _('Draft') }}]
{% endif %}
{% endblock %}
</h1>
{% block package_notes %}
{% if c.pkg_notes_formatted %}
<div class="notes embedded-content">
{{ c.pkg_notes_formatted }}
</div>
{% endif %}
{% if c.pkg_notes_formatted %}
<div class="notes embedded-content">
{{ c.pkg_notes_formatted }}
</div>
{% endif %}
{% endblock %}
{# FIXME why is this here? seems wrong #}
<span class="insert-comment-thread"></span>
Expand Down

0 comments on commit 53ef91f

Please sign in to comment.