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 --- README.md | 7 +++---- app/config-compose.yml | 25 +++++++++++++++++++------ app/config-example.yml | 5 +++-- app/dispatch/templates/dispatch/base.html | 2 +- app/dispatch/templates/dispatch/login.html | 4 +++- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a837db3..02f8c3c 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,9 @@ Then sh docker-scripts/setup.sh ``` -And carefully follow the prompts. - -Docker compose is configured to bring up the Nginx instance on -http://172.21.23.2 +Docker compose is configured to bring up the Nginx instance on +http://172.21.23.2 If you're on Windows or MacOS I'm told can't access it +directly via IP, so https://localhost:36200 should work instead. # Misc 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