From fe572ed44ec5b121c345639171f819d5a9630fa3 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 10 Sep 2017 14:39:56 -0400 Subject: [PATCH] Update westworld-base.j2 --- remarkbox_westworld/templates/westworld-base.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remarkbox_westworld/templates/westworld-base.j2 b/remarkbox_westworld/templates/westworld-base.j2 index 4ea9c25..8e8ca58 100644 --- a/remarkbox_westworld/templates/westworld-base.j2 +++ b/remarkbox_westworld/templates/westworld-base.j2 @@ -1,3 +1,4 @@ +{%- import 'snippets/snippets.j2' as snippets with context -%} @@ -48,7 +49,7 @@ WESTWORLD new thread | {%- if request.user %} - {{request.user.name}} [log out] + {{ snippets.user_link(request.user) }} [log out] {% else %} join-or-log-in {%- endif %}