diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 1c7177210..40a414d4b 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -85,10 +85,6 @@ {% trans "Discover" %} - {% if has_tour %} - - {% endif %} {% endif %} @@ -193,6 +189,11 @@

{% trans "Documentation" %}

+ {% if request.user.is_authenticated %} +

+ {% trans "Guided Tour" %} +

+ {% endif %}
{% if site.support_link %} @@ -224,7 +225,6 @@ - {% block scripts %}{% endblock %}