diff --git a/spa/signals.py b/spa/signals.py index dec362a..5f2181b 100755 --- a/spa/signals.py +++ b/spa/signals.py @@ -121,7 +121,7 @@ def user_followers_changed(sender, **kwargs): notification.notification_url = wrap_full(source_user.get_absolute_url()) notification.verb = "followed" - notification.target = "Lick my balls" + notification.target = target_user.get_nice_name() notification.save() except Exception, ex: - print "Error sending new follower: %s" % ex.message \ No newline at end of file + print "Error sending new follower: %s" % ex.message