diff --git a/app/templates/notifications/list.html b/app/templates/notifications/list.html
index 8aab3ee9..61f884a8 100644
--- a/app/templates/notifications/list.html
+++ b/app/templates/notifications/list.html
@@ -18,16 +18,16 @@ Notifications
{% for n in current_user.notifications %}
-
+
{{ n.title}}
-
+
+
{{ n.causer.display_name }}
-
{{ n.causer.display_name }}