From 9eb71f58e66d70490f99e1e9b04126be4e276610 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Mon, 16 Oct 2023 08:24:46 +0100 Subject: [PATCH] Space above indented text block --- docs/teams.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/teams.rst b/docs/teams.rst index c052e0fe..8e093698 100644 --- a/docs/teams.rst +++ b/docs/teams.rst @@ -31,7 +31,8 @@ If you want to use a different team app or implement your own team based app, yo Disabling Teams Functionality ----------------------------- -If you do not wish to use team functionality, you can disable teams by setting the following settings: +If you do not wish to use team functionality, you can disable teams by setting the following settings: + HELPDESK_TEAMS_MODEL='auth.User', HELPDESK_TEAMS_MIGRATION_DEPENDENCIES=[], HELPDESK_KBITEM_TEAM_GETTER=lambda _: None,