summaryrefslogtreecommitdiff
path: root/management/editor/editor.go
diff options
context:
space:
mode:
Diffstat (limited to 'management/editor/editor.go')
-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>
`