diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-14 15:14:26 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-14 15:14:26 +0100 |
commit | f79c14ece8d4c375ad12328a629f6178ec2f261a (patch) | |
tree | f4b2762c680a8810918a5de79125c9a0aaf1b739 | |
parent | 9d94744506cbda460c2f2f207a6ee1d0fab0ac29 (diff) | |
download | cheatdb-f79c14ece8d4c375ad12328a629f6178ec2f261a.tar.xz |
Add footnote to ranks and permissions
-rw-r--r-- | app/flatpages/help/ranks_permissions.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/flatpages/help/ranks_permissions.md b/app/flatpages/help/ranks_permissions.md index 77ac13e..33ea5cd 100644 --- a/app/flatpages/help/ranks_permissions.md +++ b/app/flatpages/help/ranks_permissions.md @@ -160,8 +160,8 @@ title: Ranks and Permissions <th></th> <th></th> <!-- editor --> <th></th> - <th>✓</th> <!-- moderator --> - <th>✓</th> + <th>✓<sup>3</sup></th> <!-- moderator --> + <th>✓<sup>2</sup><sup>3</sup></th> <th>✓</th> <!-- admin --> <th>✓</th> </tr> @@ -171,3 +171,4 @@ title: Ranks and Permissions 1. User must be the author of the EditRequest. 2. Target user cannot be an admin. +3. Cannot set user to a higher rank than themselves. |