Yes, seems so. You must import Decimal first in the begin of the module
(file) - then it should work. Something like

try:
    from decimal import Decimal
except ImportError:
    from django.utils._decimal import Decimal

Please raise also a bug

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]]
Im Auftrag von Shankar Dhanasekaran
Gesendet: Donnerstag, 08. Jänner 2009 13:13
An: [email protected]
Betreff: Discount temlate error


After adding a discount percentage by entering the value '0.10' in admin, i
got TemplateSyntaxError http://dpaste.com/106700/


is it a bug?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to