2 changed files with 6 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,6 @@ |
|||||
|
from django import template |
||||
|
|
||||
|
register = template.Library() |
||||
|
@register.filter |
||||
|
def to_seprate(value): |
||||
|
return value.replace("$", ",") |
Loading…
Reference in new issue