diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-17 17:02:55 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-17 17:02:55 -0700 |
commit | 6c6061400d641ddb347c208dc10c7e73bcebff6e (patch) | |
tree | badc9e232bb45fe5091631078b64bb57742e570c /management/editor/editor.go | |
parent | 35a8d1e9dda22c8a40ae86e466fa840decf1e678 (diff) |
updates to time and date format
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r-- | management/editor/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 49e412c..13043d3 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -48,7 +48,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) { <div class="row"> <div class="input-field col s6"> <label class="active">MM</label> - <select class="month __ponzu"> + <select class="month __ponzu browser-default"> <option value="0">Jan - 01</option> <option value="1">Feb - 02</option> <option value="2">Mar - 03</option> |