Skip to content

Commit

Permalink
hotfix for locations dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
SPGundewar committed Nov 2, 2024
1 parent 313b531 commit 6b6cd2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/templates/page_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,8 @@
<div style="display:block;">
<div class="multiselect">
<div class="selectBox" onclick="showCheckboxes()">
<select>
<option>Location</option>
</select>
<input type="checkbox" name="location_filter" value="Raleigh, NC"><label> Raleigh, NC</label><br>
<input type="checkbox" name="location_filter" value="California"><label> California</label>


<select>
<option>Company</option>

</select>
{% for entry in company_filter_entries %}
<input type="checkbox" name="company_filter" value="{{entry}}"> <label>{{entry}}</label><br>
Expand Down

0 comments on commit 6b6cd2d

Please sign in to comment.