Skip to content

Commit

Permalink
fixup! [IMP] cooperator: Set cooperator_confirmation_company_mail_tem…
Browse files Browse the repository at this point in the history
…plate on company
  • Loading branch information
carmenbianca committed Jun 7, 2023
1 parent 9eea20d commit ba2fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cooperator/models/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _get_cooperator_mail_template_fields(self):
return {
"cooperator_confirmation_mail_template": "cooperator.email_template_confirmation",
"cooperator_confirmation_company_mail_template": (
"email_template_confirmation_company"
"cooperator.email_template_confirmation_company"
),
"cooperator_capital_release_mail_template": (
"cooperator.email_template_release_capital"
Expand Down

0 comments on commit ba2fc00

Please sign in to comment.