qmsk_www/templates/site.html
changeset 204 99f9e50030ae
parent 202 da5de3a97efb
child 70 9d2fb420e6a5
--- a/qmsk_www/templates/site.html	Sun Sep 14 02:28:21 2014 +0300
+++ b/qmsk_www/templates/site.html	Sun Sep 14 02:28:42 2014 +0300
@@ -10,7 +10,7 @@
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
 
         <!-- qmsk.www.pages -->
-        <link rel="stylesheet" href="{% static "pages/pages.css" %}">
+        <link rel="stylesheet" href="{% static "style.css" %}">
     </head>
     <body>
         {% block content %}{% endblock %}