Commit 76b3c5d1 by Chris Wanstrath

fix title bar method

parent c215b07b
......@@ -7,4 +7,4 @@ class TemplatePartial(pystache.View):
return "Welcome"
def title_bars(self):
return '-' * title.size
return '-' * len(self.title())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment