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 }}