Handle shifting location column for nuisance table

I shifted it so the three report tables have a common schema when
creating the report_location view.
This commit is contained in:
Eli Ribble 2026-01-13 19:52:25 +00:00
parent 00fd676adc
commit 52a0031d16
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View file

@ -255,8 +255,8 @@ document.addEventListener('DOMContentLoaded', function() {
<!-- Location -->
<div class="row">
<div class="col-md-12">
<label for="location" class="form-label">Where on your property do you notice the most mosquito activity?</label>
<select class="form-select" name="location">
<label for="source-location" class="form-label">Where on your property do you notice the most mosquito activity?</label>
<select class="form-select" name="source-location">
<option value="">Please select</option>
<option value="front-yard">Front yard</option>
<option value="backyard">Back yard</option>