From df085c595620a33bdff4e858c9a1fe2b4909ea32 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Sun, 13 May 2018 20:19:34 -0400 Subject: [PATCH] Don't show boost button for toots that can't be boosted. --- brutaldon/templates/main/toot_partial.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 0f8abb9..9c7060a 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -75,6 +75,7 @@ + {% if toot.visibility != 'private' and toot.visibility != 'direct' %}
@@ -88,6 +89,7 @@
+ {% endif %}