diff options
Diffstat (limited to 'templates/activities/follows.html')
-rw-r--r-- | templates/activities/follows.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/follows.html b/templates/activities/follows.html index 27a13d3..18c7811 100644 --- a/templates/activities/follows.html +++ b/templates/activities/follows.html @@ -8,7 +8,7 @@ <a class="option" href="{{ identity.urls.view }}"> <img src="{{ identity.local_icon_url.relative }}"> <span class="handle"> - {{ identity.name_or_handle }} + {{ identity.html_name_or_handle }} <small>@{{ identity.handle }}</small> </span> {% if details.outbound %} |