summaryrefslogtreecommitdiff
path: root/webapp.py
AgeCommit message (Collapse)Author
2019-03-06webapp: parse rounded timestampsHelmut Grohne
2019-03-05webapp: get rid of the annoying sqlalchemy warningHelmut Grohne
The feature is irrelevant here as the ORM isn't being used.
2019-03-05webapp: jinja 2.8 doesn't support dotted assignmentsHelmut Grohne
2019-03-05webapp: only show the bootstrap.d.n link when there is a problemHelmut Grohne
Thanks to Johannes Schauer for the suggestion.
2019-03-05webapp: remove the architecture compactionHelmut Grohne
It confused Guillem Jover at least.
2019-03-05add initial web presentationHelmut Grohne