diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-27 18:08:47 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-28 11:32:49 -0400 |
commit | 0d147ad7f6edb5c740008b8d411e10d8e42f4a78 (patch) | |
tree | 23dc1a4d977a3be612ec3ded2a07ba11324f234d /templates | |
parent | add settings page for admins group (diff) | |
download | session_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.html | 1 |
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> |