From d93a603f60db6af5f2e6c3a058f419ed20c14f5f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 7 Apr 2018 19:24:27 +0300 Subject: www: fix navigation user --- juick-www/src/main/resources/templates/views/partial/navigation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www') diff --git a/juick-www/src/main/resources/templates/views/partial/navigation.html b/juick-www/src/main/resources/templates/views/partial/navigation.html index 53cc6bc7..5affcdd8 100644 --- a/juick-www/src/main/resources/templates/views/partial/navigation.html +++ b/juick-www/src/main/resources/templates/views/partial/navigation.html @@ -2,8 +2,8 @@
{% if visitor.uid > 0 %}
- - {{ user.name }} + + {{ visitor.name }}
{% else %} -- cgit v1.2.3