diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/view.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 }}<br/> Session: {{ session }}<br/> Cookies: {{ cookie }}<br/>#} Session expires: {{ cookie.timestamp }}<br/> -Logged in through: {{ cookie.type }} +Logged in through: {{ cookie.type }}{% if groups %}<br/> +Usergroups:<ul> +{% for group in groups %}<li>{{ group }}</li> +{% endfor %}</ul>{% endif %} </html> |