diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-17 17:14:40 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-17 17:14:40 -0700 |
commit | cc8efd51e4ffb9bbe0fa9fef4936cf31f7ff21c8 (patch) | |
tree | 94f4e2c35dab248eab528e6a8f4aad7afff5e2cb /management/editor | |
parent | 6c6061400d641ddb347c208dc10c7e73bcebff6e (diff) |
updates to time utils
Diffstat (limited to 'management/editor')
-rw-r--r-- | management/editor/editor.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 13043d3..8932c51 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -82,6 +82,13 @@ func Form(post Editable, fields ...Field) ([]byte, error) { <label class="active">MM</label> <input value="" class="minute __ponzu" type="text" placeholder="MM" /> </div> + <div class="input-field col s3"> + <label class="active">Period</label> + <select class="period __ponzu browser-default"> + <option value="AM">AM</option> + <option value="PM">PM</option> + </select> + </div> </div> ` |