From 46d66edb4d2003b9379e6f76cdbb7ac356b19f8d Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 9 Sep 2023 23:28:45 -0700 Subject: [PATCH] stats: Update histogram on stats page to take up 100% of the width, add stats page to the base HTML nav Signed-off-by: Alek Ratzloff --- chanbans/templates/base.html | 7 ++++++- chanbans/templates/stats.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/chanbans/templates/base.html b/chanbans/templates/base.html index ac313fe..624e249 100644 --- a/chanbans/templates/base.html +++ b/chanbans/templates/base.html @@ -16,7 +16,12 @@ {% block body %}
diff --git a/chanbans/templates/stats.html b/chanbans/templates/stats.html index 2edb115..1d63c16 100644 --- a/chanbans/templates/stats.html +++ b/chanbans/templates/stats.html @@ -7,7 +7,7 @@