Keep track of rows that are outside of the district

This commit is contained in:
Eli Ribble 2026-02-14 04:08:22 +00:00
parent 8932f46900
commit 76f4613320
No known key found for this signature in database
3 changed files with 19 additions and 10 deletions

View file

@ -48,7 +48,7 @@
<div class="col-md-4">
<div class="card summary-card h-100 border-warning">
<div class="card-body text-center">
<h1 class="display-4 text-warning">4</h1>
<h1 class="display-4 text-warning">{{ .Upload.CountOutside }}</h1>
<h5>Outside District</h5>
<p class="text-muted">Potential geocoding errors</p>
</div>