This commit is contained in:
Kovid Goyal 2010-10-15 19:59:29 -06:00
parent deaea30bc0
commit 5c02ca2173

View file

@ -191,6 +191,7 @@ def add_routes(self, connect):
connect('browse_search', base_href+'/search',
self.browse_search)
# Templates {{{
def browse_template(self, sort, category=True, initial_search=''):
def generate():
@ -243,6 +244,7 @@ def browse_summary_template(self):
P('content_server/browse/summary.html', data=True).decode('utf-8')
return self.__browse_summary_template__
# }}}
# Catalogs {{{
def browse_toplevel(self):