From 6919001bc23b4a494b338b0027984efb3d264305 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 9 Oct 2017 23:47:25 -0400 Subject: Fix date format on driver summary --- app/dispatch/templates/dispatch/drivers/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html index 80779c4..97d6ff4 100644 --- a/app/dispatch/templates/dispatch/drivers/detail.html +++ b/app/dispatch/templates/dispatch/drivers/detail.html @@ -24,7 +24,7 @@
- {{date}} + {{date|date:"l F d"}} -- cgit v1.2.3