Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Dec 4, 2015
1 parent 30dec56 commit b49d7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apostello/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def warn_on_blacklist(recipient_pk):
recipient = Recipient.objects.get(pk=recipient_pk)
notify_office_mail.delay(
'[Apostello] Blacklist Update',
"{0] ({1}) is now blocking us".format(
"{0} ({1}) is now blocking us".format(
str(recipient.number),
str(recipient),
),
Expand Down

0 comments on commit b49d7d8

Please sign in to comment.