Skip to content

Commit

Permalink
Merge pull request #69 from peterfarrell/master
Browse files Browse the repository at this point in the history
"Resend" action from admin always shows failure message
  • Loading branch information
raiderrobert committed Aug 28, 2020
2 parents 8f1e8f0 + 426575a commit 2dc5c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herald/models.py
Expand Up @@ -58,7 +58,7 @@ def resend(self):
"""

notification_class = import_string(self.notification_class)
notification_class.resend(self)
return notification_class.resend(self)

def get_extra_data(self):
"""
Expand Down

0 comments on commit 2dc5c3d

Please sign in to comment.