just a whole lot of things

This commit is contained in:
2024-02-26 13:53:06 -06:00
parent dd4eb883d2
commit 62526a5ff4
11 changed files with 561 additions and 97 deletions

View File

@@ -27,6 +27,7 @@ def goto(location='home'):
try:
page = flask.render_template(pagevars["template"], var=pagevars)
except Exception as e:
# raise e
e = HTTPerror.InternalServerError(None, e)
page = page404(e)
return [pagevars, page]