From 94250cab1576ad583d3558b415cc26734a4cecb2 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Thu, 16 Nov 2023 09:02:44 +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 5809f901..1918b276 100644 --- a/docs/teams.rst +++ b/docs/teams.rst @@ -43,7 +43,7 @@ INSTALLED_APPS.extend([ 'reversion', # required by pinax-teams ]) -Alternatively just add the 4 apps listed above into the INSTALLED_APPS tuple. +Alternatively just add the 4 apps listed above into the ``INSTALLED_APPS``. Disabling Teams Functionality -----------------------------