Update westworld-base.j2
This commit is contained in:
parent
0c27f5cb0d
commit
fe572ed44e
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
{%- import 'snippets/snippets.j2' as snippets with context -%}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
@ -48,7 +49,7 @@ WESTWORLD <span style="font-size: .5em; letter-spacing: 5px;" class="mobile-hide
|
||||||
<a href="/new">new thread</a> |
|
<a href="/new">new thread</a> |
|
||||||
|
|
||||||
{%- if request.user %}
|
{%- if request.user %}
|
||||||
{{request.user.name}} <a href="/log-out">[log out]</a>
|
{{ snippets.user_link(request.user) }} <a href="/log-out">[log out]</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="/join-or-log-in">join-or-log-in</a>
|
<a href="/join-or-log-in">join-or-log-in</a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue