From 5cc598dfd42d9e990aec735a2ae232c09cc4e92a Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 19 May 2014 13:40:20 -0700 Subject: [PATCH] welcome.html inherits from dashboard_base.html --- .../templates/admin/dashboard/welcome.html | 77 +------------------ 1 file changed, 1 insertion(+), 76 deletions(-) diff --git a/planetstack/templates/admin/dashboard/welcome.html b/planetstack/templates/admin/dashboard/welcome.html index 19b022c..0f616e5 100644 --- a/planetstack/templates/admin/dashboard/welcome.html +++ b/planetstack/templates/admin/dashboard/welcome.html @@ -1,77 +1,6 @@ -{% extends "admin/base.html" %} +{% extends "admin/dashboard/dashboard_base.html" %} {% load admin_static %} -{% block extrahead %} - - - - - - - - - - - - - - - - - - - - - - - - - -{% endblock %} - {% block content %}
@@ -81,7 +10,6 @@ function confirmDialog(title,msg) {
  • Historical
  • Slice Interactions
  • Tenant
  • -
  • CDN Nodes
    {% include "/opt/planetstack/templates/admin/dashboard/developer.html" %} @@ -98,9 +26,6 @@ function confirmDialog(title,msg) {
    {% include "/opt/planetstack/templates/admin/dashboard/tenant.html" %}
    -
    -{% include "/opt/planetstack/templates/admin/dashboard/cdn_nodes.html" %} -
    {% endblock %} -- 2.43.0