From e56b916e48ffac838eaf5bdfd09b5d95269c0c07 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 18 May 2015 16:04:35 +0100 Subject: [PATCH] Change datetime format to show correct format #110 --- RIGS/templates/RIGS/profile_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RIGS/templates/RIGS/profile_detail.html b/RIGS/templates/RIGS/profile_detail.html index 4e9a58a1..23dcc0aa 100644 --- a/RIGS/templates/RIGS/profile_detail.html +++ b/RIGS/templates/RIGS/profile_detail.html @@ -34,10 +34,10 @@
{{object.email}}
Last Login
-
{{object.last_login}}
+
{{object.last_login|date:"d/m/Y H:i"}}
Date Joined
-
{{object.date_joined}}
+
{{object.date_joined|date:"d/m/Y H:i"}}
Initials
{{object.initials}}