diff --git a/templates/core/dashboard.html b/templates/core/dashboard.html index f506c8f..3ee08c3 100644 --- a/templates/core/dashboard.html +++ b/templates/core/dashboard.html @@ -40,7 +40,7 @@

{% trans 'Students' %} -

3,540

+

{{ student_count }}

@@ -49,7 +49,7 @@

{% trans 'Lecturers' %} -

712

+

{{ lecturer_count }}

@@ -58,7 +58,7 @@

{% trans 'Administrators' %} -

85

+

{{ superuser_count }}