Add way to hide "view profile" helper for customer view
This commit is contained in:
parent
e9e4d65c78
commit
bb0e2fb9e9
2 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
<%def name="object_helpers()">
|
||||
${parent.object_helpers()}
|
||||
% if instance.people:
|
||||
% if show_profiles_helper and instance.people:
|
||||
${view_profiles_helper(instance.people)}
|
||||
% endif
|
||||
</%def>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue