diff --git a/awx/templates/403.html b/awx/templates/403.html index afd194228d..a429102a5e 100644 --- a/awx/templates/403.html +++ b/awx/templates/403.html @@ -1,4 +1,7 @@ {% extends "admin/403.html" %} +{% block branding_title %}AWX{% endblock %} + {% block breadcrumbs %} {% endblock %} + diff --git a/awx/templates/404.html b/awx/templates/404.html index 0ccb3c59c5..d3e75e07b3 100644 --- a/awx/templates/404.html +++ b/awx/templates/404.html @@ -1,4 +1,6 @@ {% extends "admin/404.html" %} +{% block branding_title %}AWX{% endblock %} + {% block breadcrumbs %} {% endblock %} diff --git a/awx/templates/500.html b/awx/templates/500.html index 2937275395..009b7e07a9 100644 --- a/awx/templates/500.html +++ b/awx/templates/500.html @@ -1,4 +1,6 @@ {% extends "admin/500.html" %} +{% block branding_title %}AWX{% endblock %} + {% block breadcrumbs %} {% endblock %} diff --git a/awx/templates/admin/base_site.html b/awx/templates/admin/base_site.html index e126697744..c9cdfed4f5 100644 --- a/awx/templates/admin/base_site.html +++ b/awx/templates/admin/base_site.html @@ -6,32 +6,50 @@ {% block extrastyle %} {{ block.super }} - +