Make the KankenOnline text clickable and route to main page
This commit is contained in:
parent
2100a324df
commit
bfc42bba19
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<h1>{{ localize("kanken_online") }}</h1>
|
<h1><a href="/">{{ localize("kanken_online") }}</a></h1>
|
||||||
<ul>
|
<ul>
|
||||||
{% if g.user %}
|
{% if g.user %}
|
||||||
<li><span>{{ g.user['username'] }}</span>
|
<li><span>{{ g.user['username'] }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user