Skip to content

Commit

Permalink
[#2491] tidy template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 6, 2012
1 parent 4422e6a commit 8e53b5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/templates/related/pages/form_page.html
Expand Up @@ -4,13 +4,12 @@
<ol class="breadcrumb">
<li>{{ h.nav_link(_('Datasets'), controller='package', action='search') }}</li>
<li class="active"><a href="{{ h.url_for(controller='package', action='read', id=c.pkg_dict.name) }}" title="{{ c.pkg_dict.title or c.pkg_dict.name }}">{{ h.truncate(c.pkg_dict.title or c.pkg_dict.name, 60) }}</a></li>
{# TODO: Insert rest of breadcrumb here #}
<li class="current">{% block breadcrumb_item %}{% endblock %}</li>
</ol>
{% endblock %}

{% block primary_content %}
<section class="module">
<section class="module">
<div class="content">
<h1 class="page-heading">{% block page_heading %}{{ _('Related Form') }}{% endblock %}</h1>
{{ c.form | safe }}
Expand Down

0 comments on commit 8e53b5f

Please sign in to comment.