diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index c92505c..abad8c7 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -4,7 +4,7 @@ {% load taglinks %} {% load static %} - +{% if toot %} {% if active %}
{% else %} @@ -233,3 +233,4 @@
+{% endif %}