Add logout button

This commit is contained in:
pstruebi
2022-06-14 21:48:49 +02:00
parent d0c629acb4
commit cd89ee2b8b
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<h1>{% block title %} Hallo, {{user["username"]}} ({{user["email"]}}) {% endblock %}</h1>
<h1>{% block title %} Hallo, {{user["username"]}} ({{user["email"]}}) {% endblock %}</h1>
{% set ns = namespace(last_date='...') %}
{% for event in events %}