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