]> git.lizzy.rs Git - cheatdb.git/commitdiff
Add info about maintainers to edit maintainers page
authorrubenwardy <rw@rubenwardy.com>
Wed, 8 Jul 2020 22:28:30 +0000 (23:28 +0100)
committerrubenwardy <rw@rubenwardy.com>
Wed, 8 Jul 2020 22:28:30 +0000 (23:28 +0100)
app/templates/packages/edit_maintainers.html

index c3b51d83e697580f9f2272db62945a3e9d5595d7..2c67e3b9690a554b422d47278193bebcc0dd0ff1 100644 (file)
@@ -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() }}