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-start">
|
||||||
<div class="navbar-item">
|
<div class="navbar-item">
|
||||||
{% if user %}
|
{% if user %}
|
||||||
Hello {{ user.username }}
|
Hello {{ user.name }}
|
||||||
{% else %}
|
{% else %}
|
||||||
Please login to use the graph
|
Please login to use the graph
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue