diff options
Diffstat (limited to 'ctrack/caf')
-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> |