Fix profile links who have no URL
This commit is contained in:
parent
6039cde49e
commit
fa4ee7e32f
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue