diff options
-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 fbc92de..5155c5e 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -32,7 +32,7 @@ </h3> <p>There are currently <span class="lead font-weight-bold">{{ no_orgs }}</span> <a href="{% url "organisations:list" %}">organisations</a> on ctrack, of which <span - class="lead font-weight-bold">{{ no_oes }}</span> are OES, comprising <span + class="lead font-weight-bold">{{ no_oes }}</span> are <a href="{% url "organisations:list_oes" %}">OES</a>, comprising <span 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 |