From 88c792763d22050e383af1cc5e2741b8b5993ad6 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 8 Jan 2018 12:46:48 -0500 Subject: Updated the company template to fix the date display, as well as the previous and next buttons. --- app/dispatch/templates/dispatch/companies/detail.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/companies/detail.html b/app/dispatch/templates/dispatch/companies/detail.html index 3ededbe..cd29b16 100644 --- a/app/dispatch/templates/dispatch/companies/detail.html +++ b/app/dispatch/templates/dispatch/companies/detail.html @@ -3,19 +3,20 @@ {% block title %}Details - {{object.name}}{% endblock %} {% block content %} +
-
+

Company: {{ object.name }}

-

Loads for {{start_date}} - {{end_date}}

+

Loads for {{week_dates.start_date|date:"l, F, d"}} to {{week_dates.end_date|date:"l, F, d"}}

-- cgit v1.2.3