diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/base/admin/user-form.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/web/base/admin/user-form.html b/templates/web/base/admin/user-form.html index fb0bdd0fa..cfd85b465 100644 --- a/templates/web/base/admin/user-form.html +++ b/templates/web/base/admin/user-form.html @@ -71,6 +71,19 @@ </li> [% END %] + [% IF contacts AND c.cobrand.moniker != 'zurich'%] + <li class="js-user-categories"> + <div class="admin-hint"> + <p> + [% loc( + "Authorised staff users can be associated with the categories in which they operate.") + %] + </p> + </div> + [% INCLUDE 'admin/category-checkboxes.html' %] + </li> + [% END %] + [% IF c.cobrand.moniker != 'zurich' %] <li> |