Little fixes

This commit is contained in:
Antonio de la Rosa 2021-12-24 16:38:40 +01:00
parent 5f815907e1
commit 2011e9f892
4 changed files with 56 additions and 17 deletions

3
app.py
View file

@ -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)