Little fixes
This commit is contained in:
parent
5f815907e1
commit
2011e9f892
4 changed files with 56 additions and 17 deletions
3
app.py
3
app.py
|
|
@ -165,3 +165,6 @@ def cuchulublog_about():
|
|||
|
||||
return t.load_template('about.phtml', title=I18n.lang('cuchulublog', 'about', 'About'))
|
||||
|
||||
if config.default_module=="cuchulublog":
|
||||
|
||||
home=cuchulublog_app.route("/")(cuchulublog_home)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue