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 %}