commit | 7e7cadea3fcd9b7e5b7e8520557fb55a1e141a7b | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Nov 03 14:35:58 2014 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Nov 03 14:35:58 2014 -0800 |
tree | 60ddbf8fb14f848297e542e281f0f4fcd12ee3c5 | |
parent | c1e681ee4f4a981af5f03299ed9b429bc1da6670 [diff] [blame] |
ability to display wholepage dashboard
diff --git a/planetstack/templates/admin/wholePage.html b/planetstack/templates/admin/wholePage.html new file mode 100644 index 0000000..1c7423f --- /dev/null +++ b/planetstack/templates/admin/wholePage.html
@@ -0,0 +1,4 @@ +<html> +<head>{% block extrahead %}{% endblock %}</head> +<body>{% block content %}{% endblock %}</body> +</html>