From 7716600b14800892ecfd56abecbe17956783bbbe Mon Sep 17 00:00:00 2001 From: Adil Mohak Date: Tue, 1 Oct 2024 18:34:46 +0300 Subject: [PATCH] Dynamic statistics data --- templates/core/dashboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}