diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-02 09:24:39 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-02 09:24:39 +0100 |
commit | 5ac61f63bed6a0f715fde2fd33af1a27e6bf834f (patch) | |
tree | 87beb2e09499d5fd57c2eecc67244018e90af7eb /ctrack/templates/base.html | |
parent | 5892d28cb8096fd20cc6bb859cb2062ec1d5d154 (diff) |
removed HTML refs to applicable systems and replaced with in scope
Diffstat (limited to 'ctrack/templates/base.html')
-rw-r--r-- | ctrack/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index 06f3d44..1ac77b5 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -48,7 +48,7 @@ <a class="nav-link" href="{% url 'core:home' %}">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> - <a href="{% url 'caf:es_list' %}" class="nav-link">Applicable Systems</a> + <a href="{% url 'caf:es_list' %}" class="nav-link">Systems in Scope</a> </li> <li class="nav-item-dropdown"> |