From 1eb7582e6a291f2c5b3a30c408cb50f199fa6eac Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 27 Nov 2017 16:20:24 -0500 Subject: Add snippets to the home page from the configuration file --- app/config-example.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'app/config-example.yml') 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: ' +

+ Welcome to a demo Subcontractor Invoicing system. +

+

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

+

+ Please contact us + if you would like more information. This version has been + specifically designed for use by a trucking company. +

+

+ ' + + + + + -- cgit v1.2.3