summaryrefslogtreecommitdiffstats
path: root/templates/activities/follows.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-12 07:22:11 -0700
committerAndrew Godwin2022-12-12 11:56:49 -0700
commit8ffe4bc1453660c1f211496074ebcc68c924327e (patch)
tree7503fdcd6aafd32e9ec75dc7190699e004cf2935 /templates/activities/follows.html
parent35a45f1c55fba69d690929c9420df565e7c5efcc (diff)
downloadtakahe-8ffe4bc1453660c1f211496074ebcc68c924327e.tar.gz
takahe-8ffe4bc1453660c1f211496074ebcc68c924327e.tar.bz2
takahe-8ffe4bc1453660c1f211496074ebcc68c924327e.zip
A better way of handling URIs between local/remote
Diffstat (limited to 'templates/activities/follows.html')
-rw-r--r--templates/activities/follows.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/follows.html b/templates/activities/follows.html
index 6116dd6..27a13d3 100644
--- a/templates/activities/follows.html
+++ b/templates/activities/follows.html
@@ -6,7 +6,7 @@
<section class="icon-menu">
{% for identity, details in identities %}
<a class="option" href="{{ identity.urls.view }}">
- <img src="{{ identity.local_icon_url }}">
+ <img src="{{ identity.local_icon_url.relative }}">
<span class="handle">
{{ identity.name_or_handle }}
<small>@{{ identity.handle }}</small>