From 8c6a9cbcf966c8d6d38f65cd3dc8095543ad9270 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 25 Jun 2021 11:16:43 -0400 Subject: now store user groups in session, for display --- templates/view.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/view.html b/templates/view.html index 5c14175..0496cae 100644 --- a/templates/view.html +++ b/templates/view.html @@ -5,5 +5,8 @@ Cookie user: {{ c_user }}
Session: {{ session }}
Cookies: {{ cookie }}
#} Session expires: {{ cookie.timestamp }}
-Logged in through: {{ cookie.type }} +Logged in through: {{ cookie.type }}{% if groups %}
+Usergroups:{% endif %} -- cgit