diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 9e43c4ba..2132f7c7 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -431,7 +431,7 @@ File - Uploaded on + Uploaded on @@ -445,7 +445,7 @@ {% endif %} - {{ doc.created.strftime('%H:%M %d-%m-%Y')}} + {{ doc.created.strftime('%Y-%m-%d %H:%M')}} {% endfor %} @@ -459,7 +459,7 @@ {% endif %} - {{ doc.created.strftime('%H:%M %d-%m-%Y')}} + {{ doc.created.strftime('%Y-%m-%d %H:%M')}} {% endfor %} diff --git a/ereuse_devicehub/templates/inventory/placeholder_log_list.html b/ereuse_devicehub/templates/inventory/placeholder_log_list.html index 1e369db3..aaff827d 100644 --- a/ereuse_devicehub/templates/inventory/placeholder_log_list.html +++ b/ereuse_devicehub/templates/inventory/placeholder_log_list.html @@ -30,7 +30,7 @@ Type Upload DHID Status - Time + Time @@ -53,7 +53,7 @@ {{ log.get_status() }} - {{ log.created.strftime('%H:%M %d-%m-%Y') }} + {{ log.created.strftime('%Y-%m-%d %H:%M') }} {% endfor %} diff --git a/ereuse_devicehub/templates/inventory/snapshots_list.html b/ereuse_devicehub/templates/inventory/snapshots_list.html index 2c6b5645..d41f239f 100644 --- a/ereuse_devicehub/templates/inventory/snapshots_list.html +++ b/ereuse_devicehub/templates/inventory/snapshots_list.html @@ -34,7 +34,7 @@ Type Upload Type Device Original DHID - Time + Time @@ -80,7 +80,7 @@ {{ snap.original_dhid }} - {{ snap.created.strftime('%H:%M %d-%m-%Y') }} + {{ snap.created.strftime('%Y-%m-%d %H:%M') }} {% if snap.snapshot_uuid %} diff --git a/ereuse_devicehub/templates/labels/label_list.html b/ereuse_devicehub/templates/labels/label_list.html index 4f843ea0..133189bf 100644 --- a/ereuse_devicehub/templates/labels/label_list.html +++ b/ereuse_devicehub/templates/labels/label_list.html @@ -47,7 +47,7 @@ Type Provider Device - Created + Created @@ -63,7 +63,7 @@ {% endif %} - {{ tag.created.strftime('%H:%M %d-%m-%Y') }} + {{ tag.created.strftime('%Y-%m-%d %H:%M') }} {% endfor %}