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