From 26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 28 Jun 2021 16:45:18 -0400 Subject: minor fixes, mostly cosmetic --- templates/index.html | 4 ++-- templates/login_form.html | 1 + templates/settings.html | 1 + templates/view.html | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index daa6893..27b3a7e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,10 +1,10 @@ Front page + Welcome to this sample application! To access protected pages you need to log in. Accepted methods are kerberos and ldap. - -{{ session }} +

{{ session }} diff --git a/templates/login_form.html b/templates/login_form.html index 254d45c..b3d5a3b 100644 --- a/templates/login_form.html +++ b/templates/login_form.html @@ -1,6 +1,7 @@ Login Form +

diff --git a/templates/settings.html b/templates/settings.html index 884ea04..994a8b2 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,6 +1,7 @@ Session_app settings +