diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-06-07 11:28:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 11:28:49 +0100 |
commit | afc33046439e4cec0a5de7c87cb5dc8e23606689 (patch) | |
tree | 636bd90199151a6ff8056e606df193000b4f79cb /core | |
parent | dad618d6c7fd27db276c404fd2f7a3e1ede96cc0 (diff) | |
parent | d819080dcb4f6a331df607a1d5810ac38654bc6a (diff) |
Merge pull request #99 from defencedigital/postgres-migration
Removes required flag on sub-instrument relative field and ComplyIQ from title
Diffstat (limited to 'core')
-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> |