Make the KankenOnline text clickable and route to main page
This commit is contained in:
parent
2100a324df
commit
bfc42bba19
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user