diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-07-08 23:28:30 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-07-08 23:28:30 +0100 |
commit | d00428eb7ea08ab11d202015aef2c14c7dca906a (patch) | |
tree | efe6ca2a7bf927ae2beb7e88ec8b0c15f26d804b | |
parent | 0e2ea27f54e58287e04e046c65d04623295935dc (diff) | |
download | cheatdb-d00428eb7ea08ab11d202015aef2c14c7dca906a.tar.xz |
Add info about maintainers to edit maintainers page
-rw-r--r-- | app/templates/packages/edit_maintainers.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/templates/packages/edit_maintainers.html b/app/templates/packages/edit_maintainers.html index c3b51d8..2c67e3b 100644 --- a/app/templates/packages/edit_maintainers.html +++ b/app/templates/packages/edit_maintainers.html @@ -9,6 +9,11 @@ {% block content %} <h1>{{ _("Edit Maintainers") }}</h1> + <p> + {{ _("Maintainers are given write access to the package.") }} + {{ _("Depending on their rank, they will be able to edit the package, create releases and screenshots, and read private threads.") }} + </p> + <form method="POST" action="" class="tableform"> {{ form.hidden_tag() }} |