From 4a2509c497f4364c17c9257e30cf0976569b5ebb Mon Sep 17 00:00:00 2001 From: Alan Mitchell Date: Fri, 3 Apr 2020 09:51:29 -0800 Subject: [PATCH] Provided a Title on the Log-In form. --- bmsapp/templates/bmsapp/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bmsapp/templates/bmsapp/base.html b/bmsapp/templates/bmsapp/base.html index c8146d1..e4365ed 100644 --- a/bmsapp/templates/bmsapp/base.html +++ b/bmsapp/templates/bmsapp/base.html @@ -3,7 +3,11 @@ - {{ bmsapp_title_text }} - {%block pagetitle %}{% endblock %} + {% if bmsapp_title_text %} + {{ bmsapp_title_text }} - {%block pagetitle %}{% endblock %} + {% else %} + Building Monitoring + {% endif %} -- 2.26.2