Fix profile links who have no URL

This commit is contained in:
Andrew Godwin 2022-12-21 11:07:44 +00:00
parent 6039cde49e
commit fa4ee7e32f

View file

@ -89,7 +89,7 @@
{% else %}
<p class="system-note">
This is a member of another server.
<a href="{{ identity.profile_uri }}">See their original profile ➔</a>
<a href="{{ identity.profile_uri|default:identity.actor_uri }}">See their original profile ➔</a>
</p>
{% endif %}
{% endif %}