show name of loggedin_user; add logout functionality

This commit is contained in:
2023-04-03 22:10:12 +02:00
parent 387d93bbaf
commit 303624ab83
3 changed files with 15 additions and 4 deletions

View File

@ -2,6 +2,10 @@
{% block content %}
{% if loggedin_user %}
Hi {{ loggedin_user.name }}. <a href="/auth/logout">LOGOUT</a>
{% endif %}
{% if flash %}
{% if flash.0 == "success" %}
<div class="row">