recover order.py

This commit is contained in:
Arthas 2017-10-15 10:57:58 +08:00
parent 52df98c914
commit 10dba16ce9

View File

@ -19,7 +19,7 @@ context = {
'in_europe' : True,
'is_paid': False,
'company_name' : 'The World Wide company',
'total_price' : '100,000,000.00'
'total_price' : '100,000,000.00'
}
tpl.render(context)