diff --git a/src/app.py b/src/app.py index b472c52..5b81285 100755 --- a/src/app.py +++ b/src/app.py @@ -38,6 +38,7 @@ def funcGen(pagename, pages): return flask.render_template('header.html', var=pages[pagename]) except Exception: e = HTTPerror.InternalServerError() + print(e) return page404(e) return dynamicRule diff --git a/src/templates/home.html b/src/templates/home.html index c851955..0efda13 100755 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,6 +1,6 @@ {% block content %} {% macro nameplate() %}