From 31c6d0b5f081b98c749b87ad48dcda32ced7d955 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 26 Nov 2019 08:48:50 -0500 Subject: [PATCH] Fix rare crash in notifications --- brutaldon/templates/main/toot_partial.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}