Skip to content
Snippets Groups Projects
Commit 33b034f1 authored by Mike Bayer's avatar Mike Bayer
Browse files

- don't declare show_title() in the base

parent 4a19e4d9
No related branches found
Tags rel_0_4_1
No related merge requests found
......@@ -24,7 +24,8 @@ ${'</%text>'}
<link href="/css/site_docs.css" rel="stylesheet" type="text/css"></link>
<%text></%def></%text>
<%text><%def name="title()"></%text><%block name="show_title"/> &mdash; ${docstitle|h}<%text></%def></%text>
<%text><%def name="title()"></%text>${self.show_title()} &mdash; ${docstitle|h}<%text></%def></%text>
<%!
local_script_files = []
......
......@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
${metatags and metatags or ''}
<title><%block name="show_title"/> &mdash; ${docstitle|h}</title>
<title>${self.show_title()} &mdash; ${docstitle|h}</title>
<%block name="headers"/>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment