fix name in header

This commit is contained in:
flynn 2019-02-14 05:12:19 +01:00
parent c99cac4e68
commit 53c85790cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}