From d3acb7d47d7c79f41487bda2ceb17eec9cb968d0 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 2 Feb 2026 06:59:40 +0000 Subject: [PATCH] Show district intro and name on root page --- rmo/template/root.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rmo/template/root.html b/rmo/template/root.html index 4668acaa..1c0f4e64 100644 --- a/rmo/template/root.html +++ b/rmo/template/root.html @@ -21,8 +21,12 @@

Report a Mosquito Problem

Submit a report to help reduce mosquito activity in your neighborhood.

-

Report Mosquitoes Online works with local mosquito control agencies to receive public reports. For this area, mosquito control services are provided by Delta Mosquito and Vector Control District.

- +

Report Mosquitoes Online works with local mosquito control agencies to receive public reports.

+ {{ if not (eq .District nil) }} +

For this area, mosquito control services are provided by

+

{{.District.Name}}

+ + {{ end }}