fix name in header
This commit is contained in:
parent
c99cac4e68
commit
53c85790cc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<div class="navbar-start">
|
||||
<div class="navbar-item">
|
||||
{% if user %}
|
||||
Hello {{ user.username }}
|
||||
Hello {{ user.name }}
|
||||
{% else %}
|
||||
Please login to use the graph
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue