diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-23 13:29:06 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-23 13:29:06 +0100 |
commit | 8ffb8fa05b2a45704412e9fd4edcdb41049b9c18 (patch) | |
tree | b8d82bbad02c813393184299d64d46e2c39e2f16 /ctrack/templates/pages/home.html | |
parent | a8f9414979b79cc7799c7f6ff1ce318c7ebc2ba9 (diff) |
only private events are counted for home page stats
Diffstat (limited to 'ctrack/templates/pages/home.html')
-rw-r--r-- | ctrack/templates/pages/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index d3a1309..edf3182 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -37,7 +37,7 @@ class="lead font-weight-bold">{{ no_people }}</span> <a href="{% url "organisations:people" %}">people</a>. OES are responsible for <span class="lead font-weight-bold">{{ no_essential_services }}</span> NIS <a href="#">essential services</a>. There have been a total of <span - class="lead font-weight-bold">{{ no_singledatetime_events }}</span> interactions with OES by + class="lead font-weight-bold">{{ no_singledatetime_events }}</span> official interactions with OES by inspectors, including <span class="lead font-weight-bold">{{ no_emails }}</span> emails, <span class="lead font-weight-bold">{{ no_phone_calls }}</span> |