diff --git a/bookwyrm/templates/settings/dashboard/dashboard.html b/bookwyrm/templates/settings/dashboard/dashboard.html index 27ce0bb9..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 }}