modified: remarkbox_westworld/templates/base.j2
This commit is contained in:
parent
0f6e329730
commit
8ef215b4bc
1 changed files with 2 additions and 2 deletions
|
|
@ -56,9 +56,9 @@ WESTWORLD <span style="font-size: .5em; letter-spacing: 5px;" class="mobile-hide
|
|||
<a href="/new">new thread</a> |
|
||||
|
||||
{%- if request.user %}
|
||||
{{request.user.name}} <a href="/logout">[logout]</a>
|
||||
{{request.user.name}} <a href="/log-out">[log out]</a>
|
||||
{% else %}
|
||||
<a href="/login-or-register">login-or-register</a>
|
||||
<a href="/join-or-log-in">join-or-log-in</a>
|
||||
{%- endif %}
|
||||
{%- endblock %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue