summaryrefslogtreecommitdiff
path: root/management/editor
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-17 17:14:40 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-17 17:14:40 -0700
commitcc8efd51e4ffb9bbe0fa9fef4936cf31f7ff21c8 (patch)
tree94f4e2c35dab248eab528e6a8f4aad7afff5e2cb /management/editor
parent6c6061400d641ddb347c208dc10c7e73bcebff6e (diff)
updates to time utils
Diffstat (limited to 'management/editor')
-rw-r--r--management/editor/editor.go7
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>
`