Statistik und Version

This commit is contained in:
holger.trampe 2021-04-14 18:46:38 +02:00
parent 848bd524e8
commit c9a0dfaa6a
2 changed files with 2 additions and 2 deletions

View File

@ -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)),

View File

@ -356,7 +356,7 @@
<a style="color: #999; text-decoration: none;" href="https://digitale-agentur.com/impressum" target="_blank">Impressum</a>
<br />
<br />
Version 1.0.7
Version 1.0.8
<br />
<br />
<a href="https://www.myvve.de/" target="_blank"><img src="{% static 'users/img/VVE-Logo.png' %}" width="27%" class="mb-2"></a>