From 1ad74ffcefbd9cd827c70e886cdf141d31602ca4 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 23 May 2018 09:03:15 -0400 Subject: [PATCH] Fix class name typo --- brutaldon/templates/main/notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index 568acbd..7a1c951 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -53,7 +53,7 @@ mastodon.notifications()[0] )

{% include "main/toot_partial.html" with toot=note.status reblog=True reblog_by=note.account.acct reblog_icon=note.account.avatar %} - + {% elif note.type == 'follow' %}