diff options
Diffstat (limited to 'app/config-example.yml')
| -rw-r--r-- | app/config-example.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/config-example.yml b/app/config-example.yml index 09a23b9..958d2d0 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -49,3 +49,27 @@ EMAIL_HOST_USER: django@example.com EMAIL_PORT: 2525 EMAIL_USE_TLS: True 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_info: ' + <p class="flow-text"> + Welcome to a demo Subcontractor Invoicing system. + </p> + <p class="flow-text"> + We can design a system that works specifically for your + use case. + </p> + <p class="flow-text"> + <a href="https://www.stridet.com/contact">Please contact us</a> + if you would like more information. This version has been + specifically designed for use by a trucking company. + </p> + </p> + ' + + + + + |
