property types

This commit is contained in:
2025-01-16 13:23:50 +08:00
parent 7eeab87862
commit 75e9cbda7b
3 changed files with 14 additions and 2 deletions
+5 -1
View File
@@ -23,7 +23,11 @@
</div>
<div class="mb-3">
<label for="property_type" class="form-label">Property Type</label>
<input type="text" class="form-control" id="property_type" name="property_type" required>
<select class="form-select" id="property_type" name="property_type" required>
{% for key, value in property_types.items() %}
<option value="{{ key }}">{{ value }}</option>
{% endfor %}
</select>
</div>
<div class="mb-3">
<label for="latitude" class="form-label">Latitude</label>