From 15b064af28c305aed660ffc2932e683949a00d74 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 18 Oct 2017 22:54:29 -0400 Subject: Further update formatting, remove edit button on driver's detail page and add a link to driver's details from load details --- app/dispatch/templates/dispatch/drivers/detail.html | 1 - app/dispatch/templates/dispatch/loads/detail.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html index 19f482a..d6e194b 100644 --- a/app/dispatch/templates/dispatch/drivers/detail.html +++ b/app/dispatch/templates/dispatch/drivers/detail.html @@ -78,7 +78,6 @@ {{ load.amount }} {% endif %} - Edit View diff --git a/app/dispatch/templates/dispatch/loads/detail.html b/app/dispatch/templates/dispatch/loads/detail.html index d2b40a7..3368cb6 100644 --- a/app/dispatch/templates/dispatch/loads/detail.html +++ b/app/dispatch/templates/dispatch/loads/detail.html @@ -23,7 +23,7 @@ User - {{object.user}} + {{object.user}} @@ -90,7 +90,7 @@

Recent Changes

-
    +
      {% for h in object.history.get_queryset %} {% if h.actor is not None %}
    • -- cgit v1.2.3