necessary css to make the opencloud header work
[plstackapi.git] / 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 %}