diff --git a/journal/templates/profile.html b/journal/templates/profile.html index 5727d218..fa625fe1 100644 --- a/journal/templates/profile.html +++ b/journal/templates/profile.html @@ -17,11 +17,18 @@ - {% if not identity.anonymous_viewable %}{% endif %} - + {% if identity.local and identity.anonymous_viewable %} + + + {% else %} + + {% endif %} {% include "common_libs.html" %} {% include "_footer.html" %} - {% if identity.user and identity.user.mastodon %} + {% if identity.local and identity.user.mastodon %} Mastodon verification {% endif %}