From c9a0dfaa6a4ca0a32d62668d9d96e5de6cb28462 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Wed, 14 Apr 2021 18:46:38 +0200 Subject: [PATCH] Statistik und Version --- adm/views.py | 2 +- users/templates/users/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/views.py b/adm/views.py index 80ed6ef..9e983de 100644 --- a/adm/views.py +++ b/adm/views.py @@ -105,7 +105,7 @@ class AdmMain(TemplateView): context.update({'active_link' : "adm-statistic"}) - context.update({'statistik' : MainStatistic.objects.all().order_by('staticdate')[:180] }) + context.update({'statistik' : MainStatistic.objects.all().order_by('staticdate') }) context.update({ "agencycount" : len(Agency.objects.all()), "usercount" : len(User.objects.all().exclude(is_staff=True, is_superuser=True)), diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 3353711..a591827 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -356,7 +356,7 @@ Impressum

- Version 1.0.7 + Version 1.0.8