Change wrong template/subject default for quota update emails

Change-Id: I562454fc5bae4ec3d3201d22fe935cbf727cbf10
This commit is contained in:
Adrian Turjak 2021-09-23 21:20:20 +12:00
parent a3ce558ec1
commit 97880c9364
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class UpdateProjectQuotas(BaseTask):
"initial": None,
"token": None,
"completed": {
"template": "create_project_and_user_completed.txt",
"subject": "signup completed",
"template": "update_quota_completed.txt",
"subject": "Quota Updated",
},
}