diff options
-rw-r--r-- | core/templates/core/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/core/index.html b/core/templates/core/index.html index d279479..1914c50 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,12 +1,12 @@ {% extends "core/base.html" %} {% load table_extras %} -{% block title %}ComplyIQ - Information Management for DefNucSyR{% endblock title %} +{% block title %}DefNucSyR Engagement Database (DED) - Information Management for DefNucSyR{% endblock title %} {% block content %} <div class="w3-container"> - <h2>ComplyIQ - Information Management for DefNucSyR</h2> + <h2>DED - Information Management for DefNucSyR</h2> <div class="w3-panel w3-leftbar w3-sand w3-xlarge w3-serif w3-display-container"> <span onclick="this.parentElement.style.display='none'" class="w3-button w3-display-topright">×</span> |