diff --git a/bookwyrm/templates/directory.html b/bookwyrm/templates/directory.html index 697cfa3c..6b24a2f8 100644 --- a/bookwyrm/templates/directory.html +++ b/bookwyrm/templates/directory.html @@ -13,8 +13,8 @@ {% if not request.user.discoverable %} -
{% trans "Make your profile discoverable to other BookWyrm users." %}
@@ -22,10 +22,18 @@ {% csrf_token %}- {% blocktrans %}You can opt-out at any time in your profile settings{% endblocktrans %} + {% url 'settings-profile' as path %} + {% blocktrans %}You can opt-out at any time in your profile settings.{% endblocktrans %}
-