From cbe4895b2c59bfc0bb83c1cf38646903b5579cf3 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 22 Oct 2025 15:22:47 -0700 Subject: [PATCH] worked on making map and base all API driven --- meshview/templates/base.html | 170 +++++++++++++++++++++++------------ 1 file changed, 113 insertions(+), 57 deletions(-) diff --git a/meshview/templates/base.html b/meshview/templates/base.html index eb48105..612115b 100644 --- a/meshview/templates/base.html +++ b/meshview/templates/base.html @@ -18,6 +18,13 @@ {% block head %}{% endblock %}