From 2880f4d5dba86175466448641c9050247ca909d5 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Thu, 16 Nov 2023 09:02:55 +0000 Subject: [PATCH] Update docs/teams.rst Co-authored-by: Benbb96 --- docs/teams.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/teams.rst b/docs/teams.rst index 1918b276..6f804a7d 100644 --- a/docs/teams.rst +++ b/docs/teams.rst @@ -35,7 +35,7 @@ Teams functionality is enabled by default but can be disabled using this entry i HELPDESK_TEAMS_MODE_ENABLED=False If you do not disable teams functionality then you must add additional apps into the ``INSTALLED_APPS`` in your ``settings.py``. -The following can be pasted into your settings.py BELOW the INSTALLED_APPS tuple definition:: +The following can be pasted into your settings.py BELOW the ``INSTALLED_APPS`` definition:: INSTALLED_APPS.extend([ 'account', # Required by pinax-teams 'pinax.invitations', # required by pinax-teams