typo on thenotification email subject
parent
3003326b85
commit
ce87070d60
|
@ -24,7 +24,7 @@ def sendNomination(request, page=None):
|
|||
try:
|
||||
|
||||
number = Nomination.objects.all().count()
|
||||
subject = 'Nomination ' + str(number) + ' sumbitted'
|
||||
subject = 'Nomination ' + str(number) + ' submitted'
|
||||
message = "There's a new nomination on the website, check it out!"
|
||||
from_email = 'no-reply@bba.pep.foundation'
|
||||
recipient_list = ['bba-jury@pep.foundation']
|
||||
|
|
Loading…
Reference in New Issue