diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html --- a/kallithea/templates/about.html +++ b/kallithea/templates/about.html @@ -3,9 +3,6 @@ <%block name="title"> ${_('About')} -<%def name="breadcrumbs()"> - ${c.site_name} - <%block name="header_menu"> ${self.menu('about')} diff --git a/kallithea/templates/admin/repo_groups/repo_group_show.html b/kallithea/templates/admin/repo_groups/repo_group_show.html --- a/kallithea/templates/admin/repo_groups/repo_group_show.html +++ b/kallithea/templates/admin/repo_groups/repo_group_show.html @@ -4,16 +4,6 @@ ${_('Repository group %s') % c.group.group_name} -<%def name="breadcrumbs()"> - - ${h.link_to(_('Home'),h.url('/'))} - %if c.group.parent_group: - » ${h.link_to(c.group.parent_group.name,h.url('repos_group_home',group_name=c.group.parent_group.group_name))} - %endif - » "${c.group.name}" ${_('with')} - - - <%block name="header_menu"> ${self.menu('repositories')} diff --git a/kallithea/templates/journal/public_journal.html b/kallithea/templates/journal/public_journal.html --- a/kallithea/templates/journal/public_journal.html +++ b/kallithea/templates/journal/public_journal.html @@ -3,9 +3,6 @@ <%block name="title"> ${_('Public Journal')} -<%def name="breadcrumbs()"> - ${c.site_name} - <%block name="header_menu"> ${self.menu('journal')}