Commit 4d9e1c3c authored by Serge S. Koval's avatar Serge S. Koval

Fixed template column formatter

parent 19975e86
...@@ -5,7 +5,7 @@ def macro(name): ...@@ -5,7 +5,7 @@ def macro(name):
:param name: :param name:
Macro name in the current template Macro name in the current template
''' '''
def inner(context, model, column): def inner(view, context, model, column):
m = context.resolve(name) m = context.resolve(name)
if not m: if not m:
......
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