From 6b7ee1a11e9f30dadf3817614d5c1839fbb2a020 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 14 Sep 2019 01:04:36 -0400 Subject: Some minor changes to the login template, as well as some hacking for the demo login form. Updated the links to my website --- app/config-compose.yml | 25 +++++++++++++++++++------ app/config-example.yml | 5 +++-- app/dispatch/templates/dispatch/base.html | 2 +- app/dispatch/templates/dispatch/login.html | 4 +++- 4 files changed, 26 insertions(+), 10 deletions(-) (limited to 'app') diff --git a/app/config-compose.yml b/app/config-compose.yml index ddbf18b..f93b76e 100644 --- a/app/config-compose.yml +++ b/app/config-compose.yml @@ -53,22 +53,35 @@ DEFAULT_FROM_EMAIL: webmaster@localhost TEMPLATE_VARS: app_name: Subcontractor Invoicing System Demo - login_blurb: Here's an example blurb above the sign-in box. This can be changed according to your needs. - login_info: ' + # login_blurb: Login with "admin@example.com", "password" + login_info: |

Welcome to a demo Subcontractor Invoicing system.

- We can design a system that works specifically for your + We can design a system that customized specifically for your use case.

- Please contact us + Please contact me if you would like more information. This version has been - specifically designed for use by a trucking company. + specifically designed for a trucking company that continues to + use it more than two years after implementation.

- ' + diff --git a/app/config-example.yml b/app/config-example.yml index eab6d57..dfc0872 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -62,9 +62,10 @@ TEMPLATE_VARS: use case.

- Please contact us + Please contact me if you would like more information. This version has been - specifically designed for use by a trucking company. + specifically designed for a trucking company that continues to + use it more than two years after implementation.

' diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index d1dde8c..d1cebdf 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -55,7 +55,7 @@

- Made by Stridet LLC + Created by Mitchell Riedstra et al