templates: move stats.htm to stats/main.htm

master
Felix Stupp 2 years ago
parent 7ea87a1e0d
commit 3c7bb0fe68
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -478,7 +478,7 @@ def show_stats():
elements: List[MediaElement] = MediaElement.select()
collections: List[MediaCollection] = MediaCollection.select()
return render_template(
"stats.htm",
"stats/main.htm",
stats={
"last_updated": orm.max(c.last_updated for c in collections),
"media": {

Loading…
Cancel
Save