put bak the join or log in button.
modified: templates/show-node.j2
This commit is contained in:
parent
cf89a62a66
commit
2c7ef76e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
{{ snippets.user_avatar_link(request.user, 35, class="avatar-nav") }}
|
||||
</span>
|
||||
{% else %}
|
||||
<a href="{{ domain_app }}{% if request.mode == "embed" %}{{ request.link_prefix }}{% endif %}/join-or-log-in{% if request.mode == "basic" %}?return-to={{ request.path_url }}{% endif %}" style="display: none;">join-or-log-in</a>
|
||||
<a href="{{ domain_app }}{% if request.mode == "embed" %}{{ request.link_prefix }}{% endif %}/join-or-log-in{% if request.mode == "basic" %}?return-to={{ request.path_url }}{% endif %}">join or log in</a>
|
||||
{%- endif %}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue