diff --git a/bookwyrm/templates/discover.html b/bookwyrm/templates/discover.html index 698b4a341..253001f65 100644 --- a/bookwyrm/templates/discover.html +++ b/bookwyrm/templates/discover.html @@ -1,6 +1,7 @@ {% extends 'layout.html' %} {% block content %} +{% if not request.user.is_authenticated %}

{{ site.name }}: Social Reading and Reviewing

@@ -25,6 +26,11 @@ +{% else %} +
+

Discover

+
+{% endif %}

Recent Books