diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-07-11 04:26:50 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-07-11 04:26:50 +0100 |
commit | 2fb2f1ae49e1e7e7069523f3d65f21a117571dd3 (patch) | |
tree | 0f5799da05a9e1635bf7087abea88ba095e71fca /app/flatpages/help | |
parent | d5b8dd89095d0d8ed91178f4ee23f610aa7b6917 (diff) | |
download | cheatdb-2fb2f1ae49e1e7e7069523f3d65f21a117571dd3.tar.xz |
Remove admin from being able to edit any comment
Diffstat (limited to 'app/flatpages/help')
-rw-r--r-- | app/flatpages/help/ranks_permissions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/flatpages/help/ranks_permissions.md b/app/flatpages/help/ranks_permissions.md index 972c570..94af9a3 100644 --- a/app/flatpages/help/ranks_permissions.md +++ b/app/flatpages/help/ranks_permissions.md @@ -206,7 +206,7 @@ title: Ranks and Permissions </tr> <tr> <td>Edit Comments</td> - <th>✓</th> <!-- new --> + <th></th> <!-- new --> <th></th> <th>✓</th> <!-- member --> <th></th> @@ -217,7 +217,7 @@ title: Ranks and Permissions <th>✓</th> <!-- moderator --> <th></th> <th>✓</th> <!-- admin --> - <th>✓</th> + <th></th> </tr> <tr> <td>Set Email</td> |