From 207be6ecd78719808836b49af4878c60b61e7d0a Mon Sep 17 00:00:00 2001 From: Kyle Blanker Date: Tue, 12 Sep 2017 15:44:13 -0400 Subject: Started to work on load crud operations --- app/dispatch/templates/dispatch/base.html | 6 ++++ app/dispatch/templates/dispatch/loads/create.html | 15 ++++++++ app/dispatch/templates/dispatch/loads/detail.html | 10 ++++++ app/dispatch/templates/dispatch/loads/edit.html | 15 ++++++++ app/dispatch/templates/dispatch/loads/list.html | 43 +++++++++++++++++++++++ 5 files changed, 89 insertions(+) create mode 100644 app/dispatch/templates/dispatch/loads/create.html create mode 100644 app/dispatch/templates/dispatch/loads/detail.html create mode 100644 app/dispatch/templates/dispatch/loads/edit.html create mode 100644 app/dispatch/templates/dispatch/loads/list.html (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index d7a85a9..37c8830 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -29,6 +29,7 @@