diff --git a/re2o/templatetags/acl.py b/re2o/templatetags/acl.py index 6cb5e4d4..663adfd1 100644 --- a/re2o/templatetags/acl.py +++ b/re2o/templatetags/acl.py @@ -26,9 +26,11 @@ Set of templatags for using acl in templates: **Parameters**: model_name - The model_name that needs to be checked for the current user + args - Any other argument that is interpreted as a python object and passed + to the acl function (can_xxx) **Usage**: - {% model %} + {% model [arg1 [arg2 [...]]]%}