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 @@
+ {% if request.user.is_authenticated %} + + {% endif %}