summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 434a34f..9191892 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,5 +7,10 @@
<option> {{.}}</option>
{{end}}
</select>
+ <select id="order" name="order">
+ {{range .Orders}}
+ <option>{{.}}</option>
+ {{end}}
+ </select>
</form>
{{end}}