typo on thenotification email subject

master
David Beltra 2019-02-25 13:03:39 +01:00
parent 3003326b85
commit ce87070d60
1 changed files with 1 additions and 1 deletions

View File

@ -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']