necessary css to make the opencloud header work
authorScott Baker <smbaker@gmail.com>
Tue, 4 Nov 2014 17:17:05 +0000 (09:17 -0800)
committerScott Baker <smbaker@gmail.com>
Tue, 4 Nov 2014 17:17:05 +0000 (09:17 -0800)
planetstack/templates/admin/wholePage.html

index b68085b..52f9043 100644 (file)
@@ -3,6 +3,8 @@
 <head>
 <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% endblock %}"/>
 <link rel="stylesheet" type="text/css" href="{% static 'suit/bootstrap/css/bootstrap.min.css' %}" media="all"/>
+<link rel="stylesheet" type="text/css" href="{% static 'suit/css/suit.css' %}" media="all">
+<link rel="stylesheet" type="text/css" href="{% static 'planetstack.css' %}" media="all">
 <script src="{% static 'suit/js/jquery-1.9.1.min.js' %}"></script>
 <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
 {% block extrahead %}{% endblock %}