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