diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html
index e45bcc4..51a5a63 100644
--- a/brutaldon/templates/main/notifications.html
+++ b/brutaldon/templates/main/notifications.html
@@ -32,6 +32,7 @@
{% include "main/toot_partial.html" with toot=note.status reblog=False %}
+
@@ -39,11 +40,12 @@ ({{ note.account.acct }}) boosted your toot. ( - {{ note.created_at |naturaltime }} + {{ note.created_at |naturaltime }} )
{% include "main/toot_partial.html" with toot=note.status reblog=True reblog_by=note.account.acct reblog_icon=note.account.avatar %}