From 0090a313887f65ef9f5c45f13d5f0d9589a41f9b Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 1 May 2018 08:54:22 -0400 Subject: [PATCH] Change text for unboost/unfav submit button --- brutaldon/templates/main/boost.html | 9 +++++++-- brutaldon/templates/main/fav.html | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/brutaldon/templates/main/boost.html b/brutaldon/templates/main/boost.html index 90e6dbb..edf856e 100644 --- a/brutaldon/templates/main/boost.html +++ b/brutaldon/templates/main/boost.html @@ -22,8 +22,13 @@
- + {% if toot.reblogged %} + + {% else %} + + {% endif %}
diff --git a/brutaldon/templates/main/fav.html b/brutaldon/templates/main/fav.html index d60792b..23aca17 100644 --- a/brutaldon/templates/main/fav.html +++ b/brutaldon/templates/main/fav.html @@ -22,8 +22,13 @@
- + {% if toot.favorited %} + + {% else %} + + {% endif %}