Make the KankenOnline text clickable and route to main page

This commit is contained in:
Kiril Kovachev 2024-10-14 12:47:53 +01:00
parent 2100a324df
commit bfc42bba19

View File

@ -9,7 +9,7 @@
</head>
<body>
<nav>
<h1>{{ localize("kanken_online") }}</h1>
<h1><a href="/">{{ localize("kanken_online") }}</a></h1>
<ul>
{% if g.user %}
<li><span>{{ g.user['username'] }}</span>