diff --git a/bookwyrm/templates/setup/admin.html b/bookwyrm/templates/setup/admin.html index e144ba9a..a92870e2 100644 --- a/bookwyrm/templates/setup/admin.html +++ b/bookwyrm/templates/setup/admin.html @@ -1,14 +1,33 @@ {% extends 'setup/layout.html' %} {% load i18n %} -{% block title %} - {% trans "Create admin user" %} -{% endblock %} - {% block header %} - {% trans "Create admin user" %} +
+ {% trans "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for repsonding to reports of bad behavior or spam." %} +
++ {% trans "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." %} +
+ +