mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-01 17:55:02 +01:00
...
This commit is contained in:
parent
deaea30bc0
commit
5c02ca2173
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue