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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go
index 2c51d5d..dc6f181 100644
--- a/management/editor/editor.go
+++ b/management/editor/editor.go
@@ -147,13 +147,13 @@ func addPostDefaultFieldsToEditorView(p Editable, e *Editor) {
}),
},
Field{
- View: Input("Timestamp", p, map[string]string{
+ View: Timestamp("Timestamp", p, map[string]string{
"type": "hidden",
"class": "timestamp __ponzu",
}),
},
Field{
- View: Input("Updated", p, map[string]string{
+ View: Timestamp("Updated", p, map[string]string{
"type": "hidden",
"class": "updated __ponzu",
}),