Space above indented text block

This commit is contained in:
Christopher Broderick 2023-10-16 08:24:46 +01:00
parent 6b16ce3e90
commit 9eb71f58e6

View File

@ -32,6 +32,7 @@ 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:
HELPDESK_TEAMS_MODEL='auth.User',
HELPDESK_TEAMS_MIGRATION_DEPENDENCIES=[],
HELPDESK_KBITEM_TEAM_GETTER=lambda _: None,