Skip to content

Commit

Permalink
add city filter
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Aug 3, 2023
1 parent 6c2e82e commit 0d1a59a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ <h1 class="modal-title fs-5" id="applyFiltersLabel">Apply Filters</h1>
</select>
<button type="submit" class="btn btn-primary">Apply</button>
</form>
</div>
<div class="mb-3">
<label for="city-filter" class="form-label">City</label>
<form id="city-filter-form" onsubmit="applyFilter(event)">
<select id="city-filter" class="form-select">
<option value="">Select a city</option>

</select>
<button type="submit" class="btn btn-primary">Apply</button>
</form>
</div>
</div>
</div>
Expand Down

0 comments on commit 0d1a59a

Please sign in to comment.