summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-27 18:08:47 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-28 11:32:49 -0400
commit0d147ad7f6edb5c740008b8d411e10d8e42f4a78 (patch)
tree23dc1a4d977a3be612ec3ded2a07ba11324f234d /templates
parentadd settings page for admins group (diff)
downloadsession_app-0d147ad7f6edb5c740008b8d411e10d8e42f4a78.tar.gz
session_app-0d147ad7f6edb5c740008b8d411e10d8e42f4a78.tar.bz2
session_app-0d147ad7f6edb5c740008b8d411e10d8e42f4a78.zip
clear session at logout
this feature is not well-documented in flask.
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/settings.html b/templates/settings.html
index c5f6e68..884ea04 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -13,5 +13,4 @@ input {
<p>Ldap URI <input style="width: 500px;" type="text" value="{{ ldap_uri }}" name="ldap_uri"</p>
<p><input accesskey="s" type="submit" value="Submit"/></p>
</form>
-</center>
</html>
bgstack15