diff --git a/templates/groups/group_detail.html b/templates/groups/group_detail.html index d4f269c8..0800b8f0 100644 --- a/templates/groups/group_detail.html +++ b/templates/groups/group_detail.html @@ -36,7 +36,8 @@

{{ _("Group Details") }}

- {% trans "Group List" %} + {% trans "Groups List" %} + {% trans "Staffs List" %}
diff --git a/templates/groups/group_list.html b/templates/groups/group_list.html index 98087fb9..7e7ad146 100644 --- a/templates/groups/group_list.html +++ b/templates/groups/group_list.html @@ -55,7 +55,7 @@ - {% trans 'view'|capfirst %} + {% trans 'view Permissions'|capfirst %} diff --git a/templates/header.html b/templates/header.html index 5a39dc54..2698966d 100644 --- a/templates/header.html +++ b/templates/header.html @@ -194,7 +194,7 @@ data-bs-parent="#navbarVerticalCollapse" id="nv-sales">
  • {% trans 'sales'|capfirst %}
  • - {% if perms.django_ledger.add_estimatemodel %} + {% comment %} {% if perms.django_ledger.add_estimatemodel %} - {% endif %} + {% endif %} {% endcomment %} {% if perms.django_ledger.view_estimatemodel %}