diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
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}} |
