From 89584a01e5002ae5559a769bbdddca42c92d1cdb Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Fri, 8 Jun 2018 19:02:08 -0400 Subject: [PATCH] Fixes to notifications template --- brutaldon/templates/main/notifications.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index 4522be9..b9c7e7b 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -3,7 +3,7 @@ {% load taglinks %} {% block title %} -Brutaldon - {{ timeline }} timelime +Brutaldon - Notifications timelime {% endblock %} {% comment %} @@ -21,7 +21,7 @@ mastodon.notifications()[0] {% block content %} -

Your {{ timeline }} timeline

+

Your notifications timeline

{% for note in notes %} {% if note.type == 'mention' %}