diff kallithea/templates/summary/summary.html @ 4811:37354e1ab283

template: use block block for page title in root.html
author Mads Kiilerich <madski@unity3d.com>
date Wed, 11 Feb 2015 02:40:28 +0100
parents 6a825018a498
children 53d766fc9782
line wrap: on
line diff
--- a/kallithea/templates/summary/summary.html	Wed Feb 11 02:40:28 2015 +0100
+++ b/kallithea/templates/summary/summary.html	Wed Feb 11 02:40:28 2015 +0100
@@ -1,11 +1,11 @@
 <%inherit file="/base/base.html"/>
 
-<%def name="title()">
+<%block name="title">
     ${_('%s Summary') % c.repo_name}
     %if c.site_name:
         &middot; ${c.site_name}
     %endif
-</%def>
+</%block>
 
 <%def name="breadcrumbs_links()">
     ${_('Summary')}