Commit abc56016 authored by ibuler's avatar ibuler

Merge remote-tracking branch 'github/dev' into dev

parents 2c4195d6 f44db2a2
......@@ -106,3 +106,8 @@ def to_dict(data):
def sort(data):
print(data)
return sorted(data)
@register.filter
def subtract(value, arg):
return value - arg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment