diff --git a/bookwyrm/templates/settings/announcements/announcements.html b/bookwyrm/templates/settings/announcements/announcements.html index 6299ba3d..784fef16 100644 --- a/bookwyrm/templates/settings/announcements/announcements.html +++ b/bookwyrm/templates/settings/announcements/announcements.html @@ -14,7 +14,7 @@ {% block panel %}
- +
{% url 'settings-announcements' as url %} diff --git a/bookwyrm/templates/settings/automod/rules.html b/bookwyrm/templates/settings/automod/rules.html index ef0a49be..128ff20b 100644 --- a/bookwyrm/templates/settings/automod/rules.html +++ b/bookwyrm/templates/settings/automod/rules.html @@ -154,7 +154,7 @@
- +
diff --git a/bookwyrm/templates/settings/dashboard/dashboard.html b/bookwyrm/templates/settings/dashboard/dashboard.html index ede2dcde..cec3e89a 100644 --- a/bookwyrm/templates/settings/dashboard/dashboard.html +++ b/bookwyrm/templates/settings/dashboard/dashboard.html @@ -10,26 +10,26 @@ {% block panel %}
-
-
+
+

{% trans "Total users" %}

{{ users|intcomma }}

-
-
+
+

{% trans "Active this month" %}

{{ active_users|intcomma }}

-
-
+
+

{% trans "Statuses" %}

{{ statuses|intcomma }}

-
-
+
+

{% trans "Works" %}

{{ works|intcomma }}

@@ -38,8 +38,8 @@
{% if reports %} -
- +
+ {% blocktrans trimmed count counter=reports with display_count=reports|intcomma %} {{ display_count }} open report {% plural %} @@ -50,8 +50,8 @@ {% endif %} {% if pending_domains %} -
- +
+ {% blocktrans trimmed count counter=pending_domains with display_count=pending_domains|intcomma %} {{ display_count }} domain needs review {% plural %} @@ -62,8 +62,8 @@ {% endif %} {% if not site.allow_registration and site.allow_invite_requests and invite_requests %} -
- +
+ {% blocktrans trimmed count counter=invite_requests with display_count=invite_requests|intcomma %} {{ display_count }} invite request {% plural %} @@ -74,8 +74,8 @@ {% endif %} {% if current_version %} -
- + - +
{% url 'settings-federation' as url %}
diff --git a/bookwyrm/templates/settings/layout.html b/bookwyrm/templates/settings/layout.html index d76c954d..862de958 100644 --- a/bookwyrm/templates/settings/layout.html +++ b/bookwyrm/templates/settings/layout.html @@ -93,7 +93,7 @@ {% endif %} -
+
{% block panel %}{% endblock %}
diff --git a/bookwyrm/templates/settings/site.html b/bookwyrm/templates/settings/site.html index d55514b5..4fd14783 100644 --- a/bookwyrm/templates/settings/site.html +++ b/bookwyrm/templates/settings/site.html @@ -139,6 +139,13 @@ {% trans "Allow registration" %} +
+ +

{% trans "(Recommended if registration is open)" %}

+
-
- -

{% trans "(Recommended if registration is open)" %}

-
{{ site_form.registration_closed_text }} @@ -171,7 +171,7 @@
{{ site_form.invite_request_text }} - + {% include 'snippets/form_errors.html' with errors_list=site_form.invite_request_text.errors id="desc_invite_request_text" %}
diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index 3d4d83de..afa3f0be 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -88,7 +88,7 @@

{% trans "Available Themes" %}

- +
{% trans "Theme name" %} diff --git a/bookwyrm/templates/settings/users/user_admin.html b/bookwyrm/templates/settings/users/user_admin.html index e3de7793..fdd9fb7d 100644 --- a/bookwyrm/templates/settings/users/user_admin.html +++ b/bookwyrm/templates/settings/users/user_admin.html @@ -33,7 +33,7 @@
- +
{% url 'settings-users' as url %}