From b8f4d36f92b13d4105f69235b5c40344b2618507 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 30 Oct 2022 17:07:10 +0200 Subject: [PATCH] add confirmation dialog to "remove follow" --- files/templates/followers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/followers.html b/files/templates/followers.html index 6879646ae..0e028361b 100644 --- a/files/templates/followers.html +++ b/files/templates/followers.html @@ -19,7 +19,7 @@ {% include "user_in_table.html" %} 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}> {% if v.id == u.id %} -
Remove follow
+
Remove follow
{% endif %} {% endfor %}