Unpacking modules
This commit is contained in:
parent
1e7787e24e
commit
a9006bf1bc
36 changed files with 971 additions and 822 deletions
6
app/templates/includes/location_selector.html
Normal file
6
app/templates/includes/location_selector.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<select name="location">
|
||||
<option value="0">Not Applicable</option>
|
||||
{% for k, v in locations.items() %}
|
||||
<option value="{{ k }}">{{ v }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
Loading…
Add table
Add a link
Reference in a new issue