From: Scott Baker Date: Mon, 19 May 2014 20:40:20 +0000 (-0700) Subject: welcome.html inherits from dashboard_base.html X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5cc598dfd42d9e990aec735a2ae232c09cc4e92a;p=plstackapi.git welcome.html inherits from dashboard_base.html --- 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 %}