summaryrefslogtreecommitdiffstats
path: root/templates/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/options.html')
-rw-r--r--templates/options.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/options.html b/templates/options.html
new file mode 100644
index 0000000..b1d3d97
--- /dev/null
+++ b/templates/options.html
@@ -0,0 +1,3 @@
+{% for value, text in items %}
+<option value="{{value}}">{{text}}</option>
+{% endfor %}