diff --git a/core/static/js/base/amadeus.js b/core/static/js/base/amadeus.js index ad43fe5..d28891c 100644 --- a/core/static/js/base/amadeus.js +++ b/core/static/js/base/amadeus.js @@ -91,10 +91,15 @@ This functions get the next 5 notifications from the user given a "step"(an amou function getNotifications(step){ $.get('/getNotifications', {'steps':step, 'amount': 5}, function(data){ - $("#notification-dropdown").append(data); - $('#notification-see-more').remove(); - var seemore = '
See More
See More
{{ notification.message }}
+{{notification.actor.username}} {{ notification.message }}
{{ notification.message }}
+{{notification.actor.username}} {{ notification.message }}