diff --git a/docs/ref/contrib/comments/settings.txt b/docs/ref/contrib/comments/settings.txt
index 2aa392c..aff0971 100644
a
|
b
|
COMMENT_MAX_LENGTH
|
24 | 24 | The maximum length of the comment field, in characters. Comments longer than |
25 | 25 | this will be rejected. Defaults to 3000. |
26 | 26 | |
| 27 | .. setting:: COMMENTS_ALLOW_PROFANITIES |
| 28 | |
| 29 | COMMENTS_ALLOW_PROFANITIES |
| 30 | -------------------------- |
| 31 | |
| 32 | If ``True`` (default is False), comments with words in :setting:`PROFANITIES_LIST` |
| 33 | will raise :ref:`form validation error <ref-forms-validation>`. |
| 34 | |
| 35 | .. setting:: COMMENTS_BANNED_USERS_GROUP |
| 36 | |
| 37 | COMMENTS_BANNED_USERS_GROUP |
| 38 | --------------------------- |
| 39 | |
| 40 | The group ID which its users' comments will not appear in the comments feeds. |
| 41 | |
27 | 42 | .. setting:: COMMENTS_APP |
28 | 43 | |
29 | 44 | COMMENTS_APP |