aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-06-02 09:24:39 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-06-02 09:24:39 +0100
commit5ac61f63bed6a0f715fde2fd33af1a27e6bf834f (patch)
tree87beb2e09499d5fd57c2eecc67244018e90af7eb
parent5892d28cb8096fd20cc6bb859cb2062ec1d5d154 (diff)
removed HTML refs to applicable systems and replaced with in scope
-rw-r--r--ctrack/caf/templates/caf/applicablesystem_list.html4
-rw-r--r--ctrack/templates/base.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html
index 804edab..d5d1342 100644
--- a/ctrack/caf/templates/caf/applicablesystem_list.html
+++ b/ctrack/caf/templates/caf/applicablesystem_list.html
@@ -2,14 +2,14 @@
{% load static %}
-{% block title %}Applicable Systems{% endblock %}
+{% block title %}Systems in Scope{% endblock %}
{% block content %}
<div class="container">
<div class="row">
<div class="col-sm-12">
- <h3>Applicable Systems</h3>
+ <h3>Systems in Scope</h3>
<table id="datatable" class="display compact cell-border" style="width:100%">
<thead>
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">