Fix profile links who have no URL

pull/222/head
Andrew Godwin 2022-12-21 11:07:44 +00:00
rodzic 6039cde49e
commit fa4ee7e32f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 %}