diff --git a/core/templates/base.html b/core/templates/base.html index 3e7ce3f..73538f0 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -16,6 +16,7 @@ {% load static %} + {% block head %}{% endblock %} diff --git a/core/templates/core/index.html b/core/templates/core/index.html index 97c6c0a..faebfe8 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}ComplianceShield — Portal{% endblock %} +{% block title %}ComplianceShield Dashboard{% endblock %} {% block content %}