Statistik und Version
This commit is contained in:
parent
848bd524e8
commit
c9a0dfaa6a
|
|
@ -105,7 +105,7 @@ class AdmMain(TemplateView):
|
||||||
|
|
||||||
context.update({'active_link' : "adm-statistic"})
|
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({
|
context.update({
|
||||||
"agencycount" : len(Agency.objects.all()),
|
"agencycount" : len(Agency.objects.all()),
|
||||||
"usercount" : len(User.objects.all().exclude(is_staff=True, is_superuser=True)),
|
"usercount" : len(User.objects.all().exclude(is_staff=True, is_superuser=True)),
|
||||||
|
|
|
||||||
|
|
@ -356,7 +356,7 @@
|
||||||
<a style="color: #999; text-decoration: none;" href="https://digitale-agentur.com/impressum" target="_blank">Impressum</a>
|
<a style="color: #999; text-decoration: none;" href="https://digitale-agentur.com/impressum" target="_blank">Impressum</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Version 1.0.7
|
Version 1.0.8
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<a href="https://www.myvve.de/" target="_blank"><img src="{% static 'users/img/VVE-Logo.png' %}" width="27%" class="mb-2"></a>
|
<a href="https://www.myvve.de/" target="_blank"><img src="{% static 'users/img/VVE-Logo.png' %}" width="27%" class="mb-2"></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue