diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-07 11:12:57 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-07 11:12:57 +0100 |
commit | 790d5784c66d7e7c03d4594c6d8d7a953e140ff0 (patch) | |
tree | e4d59aa6730f67be148d496db170d11bb3036fca /core/templates | |
parent | a83a50b93b56bd706c0737042802b8c546012170 (diff) |
Removes ComplyIQ from title
Diffstat (limited to 'core/templates')
-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> |