From 0e1a08683b888606fb9566113cbaff41c6b65d39 Mon Sep 17 00:00:00 2001 From: Kyle Blanker Date: Tue, 12 Sep 2017 14:46:33 -0400 Subject: Fixed up login page, added auth middleware, adding company crud operations --- app/dispatch/templates/dispatch/base.html | 30 ++++++++-- .../templates/dispatch/companies/create.html | 15 +++++ .../templates/dispatch/companies/detail.html | 10 ++++ .../templates/dispatch/companies/edit.html | 15 +++++ .../templates/dispatch/companies/list.html | 39 ++++++++++++ app/dispatch/templates/dispatch/index.html | 36 +++++++++-- app/dispatch/templates/dispatch/login.html | 70 +++++++++------------- 7 files changed, 165 insertions(+), 50 deletions(-) create mode 100644 app/dispatch/templates/dispatch/companies/create.html create mode 100644 app/dispatch/templates/dispatch/companies/detail.html create mode 100644 app/dispatch/templates/dispatch/companies/edit.html create mode 100644 app/dispatch/templates/dispatch/companies/list.html (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index 8654d2e..d7a85a9 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -12,18 +12,40 @@ - +