diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-23 13:15:43 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-23 13:15:43 +0100 |
commit | a01d6eaef59c492072199c22e3ad66af84556e10 (patch) | |
tree | f04a4178af82243a46e95eef5cdeb3c447f08106 | |
parent | b05a331a277160634be50edc3e84eca89133f4c1 (diff) |
added link to OES page from summary text
-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 |