Add missing Cheers string in email
This commit is contained in:
parent
3148dbccf8
commit
52d048a555
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ class OrderConfirmationView(DetailView):
|
||||||
"thank you for your order!\n"
|
"thank you for your order!\n"
|
||||||
"We have just received a payment of CHF {amount:.2f}"
|
"We have just received a payment of CHF {amount:.2f}"
|
||||||
" from you.{recurring}\n\n"
|
" from you.{recurring}\n\n"
|
||||||
"Your DataCenterLight Team".format(
|
"Cheers\n,Your Data Center Light team".format(
|
||||||
name=user.get('name'),
|
name=user.get('name'),
|
||||||
amount=gp_details['amount'],
|
amount=gp_details['amount'],
|
||||||
recurring=(
|
recurring=(
|
||||||
|
|
Loading…
Reference in a new issue