diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-29 12:48:22 -0500 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-29 12:48:22 -0500 |
| commit | b537dbd95005508d46aec58d43366444ce758d9b (patch) | |
| tree | f115a99a679f288fd724b84a60b0196144d03df1 /app/config-example.yml | |
| parent | 1eb7582e6a291f2c5b3a30c408cb50f199fa6eac (diff) | |
| download | dispatch-tracker-b537dbd95005508d46aec58d43366444ce758d9b.tar.gz dispatch-tracker-b537dbd95005508d46aec58d43366444ce758d9b.tar.xz | |
Update the config file and fix the home page when there is no home page blurb
Diffstat (limited to 'app/config-example.yml')
| -rw-r--r-- | app/config-example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config-example.yml b/app/config-example.yml index 958d2d0..bae3923 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -52,7 +52,7 @@ 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 + login_blurb: Here's an example blurb above the sign-in box. This can be changed according to your needs. login_info: ' <p class="flow-text"> Welcome to a demo Subcontractor Invoicing system. |
