From c557ba66816665feeda77fd3cf2813c3ad559ad7 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Fri, 13 Sep 2013 09:37:04 -0400 Subject: [PATCH] Updated REST API footer. Updated style for admin and error pages. --- awx/templates/403.html | 3 + awx/templates/404.html | 2 + awx/templates/500.html | 2 + awx/templates/admin/base_site.html | 80 +++++++++++++++++++++++---- awx/templates/rest_framework/api.html | 2 +- 5 files changed, 78 insertions(+), 11 deletions(-) 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 }} - +