From b26c8859c6db927a7a30fe1fa1a8f7d4123aa06b Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sat, 5 Aug 2023 08:59:52 -0700 Subject: [PATCH] user page, minor style fix for "Click to enable backfeed" --- templates/social_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/social_user.html b/templates/social_user.html index 8585e92e..d1502037 100644 --- a/templates/social_user.html +++ b/templates/social_user.html @@ -179,7 +179,7 @@ {% else %} {% if source.AUTO_POLL %} -Click to enable backfeed: +Click to enable backfeed: {{ source.button_html('listen', source=source)|safe }} {% endif %}