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 %}
|
||||
<li class="accentuated">
|
||||
<span>
|
||||
Hello, {{ user.username }}
|
||||
Hallo, {{ user.username }}
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue