Initial Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<select>
|
||||
<option value=""> </option>
|
||||
{% for value in values %}
|
||||
<option value="{{ value|raw }}"{{ value in selected_values ? " selected" }}>{{ value|raw }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
Reference in New Issue
Block a user