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/caf/templates | |
parent | 5892d28cb8096fd20cc6bb859cb2062ec1d5d154 (diff) |
removed HTML refs to applicable systems and replaced with in scope
Diffstat (limited to 'ctrack/caf/templates')
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_list.html | 4 |
1 files changed, 2 insertions, 2 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> |