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 "Setup admin user" %}

+
Your account a user and an admin
{% endblock %} {% block panel %} -hi +
+
+
+

{% trans "Create your account" %}

+
+ {% include 'snippets/register_form.html' %} +
+
+
+
+

+ {% 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." %} +

+

+ + {% trans "Learn more about moderation" %} + +

+
+
{% endblock %} diff --git a/bookwyrm/templates/setup/layout.html b/bookwyrm/templates/setup/layout.html index f44a0c97..41d9bf00 100644 --- a/bookwyrm/templates/setup/layout.html +++ b/bookwyrm/templates/setup/layout.html @@ -25,9 +25,7 @@
-

- {% block header %}{% endblock %} -

+ {% block header %}{% endblock %}