diff --git a/bookwyrm/templates/directory.html b/bookwyrm/templates/directory.html index 9323752f..6f8bc3e4 100644 --- a/bookwyrm/templates/directory.html +++ b/bookwyrm/templates/directory.html @@ -11,6 +11,90 @@ {% trans "Directory" %} + +{% if not request.user.discoverable %} +
+ {% trans "Make your profile discoverable to other BookWyrm users." %} +
+ +