diff --git a/rhodecode/templates/admin/notifications/notifications.html b/rhodecode/templates/admin/notifications/notifications.html --- a/rhodecode/templates/admin/notifications/notifications.html +++ b/rhodecode/templates/admin/notifications/notifications.html @@ -30,19 +30,19 @@ %>
%for notification in c.notifications: -
+
- gravatar + gravatar
- -
${h.urlify_text(notification.subject)}
+
${h.urlify_text(notification.notification.subject)}
%endfor