remove print from shop_tags.py
This commit is contained in:
parent
489cc2f55f
commit
b4bfd82174
|
@ -15,7 +15,6 @@ def currency(value):
|
||||||
|
|
||||||
@register.filter
|
@register.filter
|
||||||
def approxeur(value):
|
def approxeur(value):
|
||||||
print(type(value))
|
|
||||||
try:
|
try:
|
||||||
return "{0:.2f} EUR".format(value / Decimal(7.5))
|
return "{0:.2f} EUR".format(value / Decimal(7.5))
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
Loading…
Reference in a new issue