From 083b6cb954eceffd5eee99a0e4eb78091138d481 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 11 Oct 2017 10:58:42 -0400 Subject: Modified the template to use a card --- .../templates/dispatch/drivers/detail.html | 25 ++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html index 48e6e58..19f482a 100644 --- a/app/dispatch/templates/dispatch/drivers/detail.html +++ b/app/dispatch/templates/dispatch/drivers/detail.html @@ -29,17 +29,6 @@ -{% if stats.incomplete_loads > 0 %} -
-
-

- - Note: One or more loads has a 0 amount that needs attention - -

-

-
-{% endif %}
@@ -50,6 +39,20 @@
+{% if stats.incomplete_loads > 0 %} +
+
+
+
+ + Note: One or more loads has a 0 amount that needs attention + +
+
+
+
+{% endif %} + {% load dynamic_key %} -- cgit v1.2.3