From 9c24818b0b7997068b0ef218e603bb7176c3d308 Mon Sep 17 00:00:00 2001 From: Oliwia Zaremba Date: Wed, 12 Jul 2023 15:38:31 +0200 Subject: [PATCH] Fix typo --- docs/users-permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users-permissions.md b/docs/users-permissions.md index 016b622a..5e94aad6 100644 --- a/docs/users-permissions.md +++ b/docs/users-permissions.md @@ -51,7 +51,7 @@ The mechanism provided by `django-guardian` can be extended to groups, too. Curr - there are 5000 hosting provider objects in the database, - there exists only 1 explicit permission `manage_provider` for `alice`: that is to `Green Provider`. -Even though `alice` as a member of the `admin` group can manage all 5000 providers, when she visits the Provider Portal she will only see `Green Provider` listed. +Even though `alice` is a member of the `admin` group can manage all 5000 providers, when she visits the Provider Portal she will only see `Green Provider` listed. The object-level permissions can be managed in the Django Admin by users who belong to the `admin` group. In order to add/edit permissions: - log in to the Django Admin,