diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 22:52:02 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 22:52:02 -0700 |
commit | 430eb465773057a263f8e37ea1977a1425b3f574 (patch) | |
tree | b27ebd40405423441922781f6e0be0a0f166c6f2 /management/editor/editor.go | |
parent | 2bf70919c33fd38c8cf6eb468179fd6c5fe114d9 (diff) |
removing elements from form if not necessary
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r-- | management/editor/editor.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index d069047..3b26adb 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -52,7 +52,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) { editor.ViewBuf.Write([]byte(`<tr class="col s4 default-fields"><td>`)) publishTime := ` -<div class="row"> +<div class="row content-only __ponzu"> <div class="input-field col s6"> <label class="active">MM</label> <select class="month __ponzu browser-default"> @@ -80,7 +80,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) { </div> </div> -<div class="row"> +<div class="row content-only __ponzu"> <div class="input-field col s3"> <label class="active">HH</label> <input value="" class="hour __ponzu" maxlength="2" type="text" placeholder="HH" /> |