Translate forgotten "hello"
This commit is contained in:
parent
769ba7e807
commit
f74cfc0352
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
<li class="accentuated">
|
<li class="accentuated">
|
||||||
<span>
|
<span>
|
||||||
Hello, {{ user.username }}
|
Hallo, {{ user.username }}
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue