Update docs/features.rst

Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
Petr Dlouhý 2022-07-18 15:06:25 +02:00 committed by GitHub
parent f6e489d555
commit ffdaf8d2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,5 +115,5 @@ That allows you as a developer to leave your view code untouched and
make sure that the variable is injected for all templates.
If you want to change the identity only for specific provider use the
``*_identity`` context variable, where ``*``-prefix is the module name
``*_identity`` context variable, where the ``*`` prefix is the module name
of the specific provider.