From 1ef476b9b983b615c0e6901244c86b10875d6d90 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 3 Jul 2018 08:25:40 +0200 Subject: [PATCH] Fix follower template --- templates/utils.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/utils.html b/templates/utils.html index ba0f51b..ab61ca5 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -1,5 +1,5 @@ {% macro display_actor_inline(follower, size=50) -%} - + {% if not follower.icon %} @@ -8,7 +8,7 @@
{{ follower.name or follower.preferredUsername }}
-@{{ follower.preferredUsername }}@{{ follower.url | domain }} +@{{ follower.preferredUsername }}@{{ follower.get_url() | domain }}
{%- endmacro %} @@ -20,14 +20,14 @@
- +