From 20e556de47ab918917634a221f338f1d8a84cf92 Mon Sep 17 00:00:00 2001 From: Kyle Blanker Date: Thu, 14 Sep 2017 12:27:06 -0400 Subject: Added titles to pages, fixed issue with company loading the loads templates --- app/dispatch/templates/dispatch/base.html | 6 +++--- app/dispatch/templates/dispatch/companies/detail.html | 1 + app/dispatch/templates/dispatch/companies/edit.html | 1 + app/dispatch/templates/dispatch/companies/list.html | 1 + app/dispatch/templates/dispatch/drivers/detail.html | 1 + app/dispatch/templates/dispatch/drivers/edit.html | 1 + app/dispatch/templates/dispatch/drivers/list.html | 1 + app/dispatch/templates/dispatch/loads/create.html | 1 + app/dispatch/templates/dispatch/loads/detail.html | 3 ++- app/dispatch/templates/dispatch/loads/edit.html | 1 + app/dispatch/templates/dispatch/loads/list.html | 2 ++ app/dispatch/views.py | 6 +++--- 12 files changed, 18 insertions(+), 7 deletions(-) (limited to 'app/dispatch') diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index de28d7a..693208f 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -3,7 +3,7 @@ - + {% block title %}{% endblock %} @@ -35,8 +35,8 @@