This website works better with JavaScript.
Home
Help
Sign In
ben
/
calefaction
mirror of
https://github.com/earwig/calefaction
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Fix titles for error routes.
master
Ben Kurtovic
8 years ago
parent
9880e8d66f
commit
9a4c10ff74
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/_base.mako
+ 1
- 1
templates/_base.mako
View File
@@ -5,7 +5,7 @@
<title>
<%def name="maketitle(*parts)">
<%
if request.url_rule.endpoint == "index":
if request.url_rule
and request.url_rule
.endpoint == "index":
parts = ()
%>
${" | ".join(parts + (g.config.get("corp.name"),)) | h}
Write
Preview
Loading…
Cancel
Save