diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html
index 787d32da..dc6c7d17 100644
--- a/stock/templates/registered/operationmanagement.html
+++ b/stock/templates/registered/operationmanagement.html
@@ -42,9 +42,9 @@
{{ ops.system }}
{{ ops.location }} |
- {{ ops.start }} |
- {{ ops.duration }} |
- {{ ops.fc }} |
+ {{ ops.start | date:"Y-m-d H:i" }} |
+ {{ ops.duration }} |
+ {{ ops.fc }} |
{{ ops.details }} |
{{ ops.post_time}} |
{% if perms.auth.optimer_management %}
diff --git a/stock/templates/registered/optimerupdate.html b/stock/templates/registered/optimerupdate.html
index a7c22cc9..f10f51da 100755
--- a/stock/templates/registered/optimerupdate.html
+++ b/stock/templates/registered/optimerupdate.html
@@ -37,7 +37,7 @@
{% block extra_script %}
- $('#id_fleet_time').datetimepicker({
+ $('#id_start').datetimepicker({
maskInput: true,
format: 'Y-m-d H:i',minDate:0
});