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:
parent
00fd676adc
commit
52a0031d16
2 changed files with 9 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue