aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/admin/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index b1c5c31..b0b23fe 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -26,7 +26,7 @@ collections:
slug: "{{slug}}"
fields:
- {label: "Mark as incident", name: "Section", widget: "hidden", default: "issue"}
- - {label: "Title", name: "title", widget: "string"}
+ - {label: "Title", name: "Title", widget: "string"}
- {label: "Start date & time (your time)", name: "Date", widget: "datetime"}
- {label: "Mark as resolved", name: "Resolved", widget: "boolean", required: false}
- {label: "End date & time (your time)", name: "ResolvedWhen", widget: "datetime", required: false}