diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index 05a2eeabc..cd06fefc4 100755 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -22,9 +22,18 @@ {% endif %} + +{% if site.disable_federation and not user.local %} +
+

+ {% trans "Federation is currently disabled, so you will not be able to interact with this user." %} +

+
+{% endif %} {% endblock %} {% block panel %} + {% if user.bookwyrm_user %}