From 032632c4dc44d75ee340dfa46cba3e65751b1e9a Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 7 Sep 2022 21:54:56 +0200 Subject: [PATCH] Fix template --- app/templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/utils.html b/app/templates/utils.html index 5147126..7b864d4 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -231,7 +231,7 @@ {% if not metadata.is_following and not with_details %}
  • {{ admin_profile_button(actor.ap_id) }}
  • {% endif %} - {$ elif actor.is_from_db and not with_details %} + {% elif actor.is_from_db and not with_details %}
  • {{ admin_profile_button(actor.ap_id) }}
  • {% endif %} {% if actor.moved_to %}