From 53f88577955106fa199e66a31606700d516834ac Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 14 Jan 2026 00:40:01 +0000 Subject: [PATCH] Show the district overlay map on the district page I can event get the district name in the properties. --- sync/template/district.html | 61 ++++++++++++++----------------------- 1 file changed, 23 insertions(+), 38 deletions(-) diff --git a/sync/template/district.html b/sync/template/district.html index 3540a5f7..f4b792c0 100644 --- a/sync/template/district.html +++ b/sync/template/district.html @@ -1,13 +1,17 @@ -{{template "authenticated.html" .}} +{{template "base.html" .}} {{define "title"}}Dash{{end}} {{define "extraheader"}} + + + {{end}} {{define "content"}} -

District page placeholder

+
+
+
+
+
+
+
{{end}}