From c030ff44489293195d383add440a980e32bef00d Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 4 Dec 2022 22:08:05 +1100 Subject: [PATCH] Fix js error thrown when switching between dashboard and another page --- templates/base.html | 11 +++++++++++ templates/partials/page/dashboard.html | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/base.html b/templates/base.html index 29b366b..6fc8381 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,6 +25,17 @@ debounce(() => window.dispatchEvent(new Event('resize'))) }) + + diff --git a/templates/partials/page/dashboard.html b/templates/partials/page/dashboard.html index 2ded6ae..3cfd95d 100644 --- a/templates/partials/page/dashboard.html +++ b/templates/partials/page/dashboard.html @@ -1,14 +1,3 @@ - -
{% for p in model['People'] %}