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/dispatch/templates/dispatch/base.html | 4 ++-- app/dispatch/templates/dispatch/login.html | 21 +++++++++++++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index efc9eb3..cac1b18 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -4,7 +4,7 @@ - {% block title %}{% endblock %} + {% block title %}{{template_vars.app_name}}{% endblock %} @@ -34,7 +34,7 @@