diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-27 16:20:24 -0500 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-27 16:20:24 -0500 |
| commit | 1eb7582e6a291f2c5b3a30c408cb50f199fa6eac (patch) | |
| tree | 521bd9ce0deeb5ae9b082d8834583d5977c4f06f /app/config-example.yml | |
| parent | 807c082bc71ed79651533551111b0e3507ae410b (diff) | |
| download | dispatch-tracker-1eb7582e6a291f2c5b3a30c408cb50f199fa6eac.tar.gz dispatch-tracker-1eb7582e6a291f2c5b3a30c408cb50f199fa6eac.tar.xz | |
Add snippets to the home page from the configuration file
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> + ' + + + + + |
