aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/packages/edit_maintainers.html5
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() }}