qmsk_www/templates/site.html
changeset 107 4e0b53e960cd
parent 98 e7c3a81b4c4e
equal deleted inserted replaced
106:58620ad5c631 107:4e0b53e960cd
     9         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
     9         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
    10         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
    10         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
    11 
    11 
    12         <!-- qmsk.www.pages -->
    12         <!-- qmsk.www.pages -->
    13         <link rel="stylesheet" href="{% static "style.css" %}">
    13         <link rel="stylesheet" href="{% static "style.css" %}">
    14         <link rel="stylesheet" href="{% static "pages/pages.css" %}">
    14         <link rel="stylesheet" href="{% static "qmsk.pages/pages.css" %}">
    15         
    15         
    16         {% block head %}
    16         {% block head %}
    17 
    17 
    18         {% endblock %}
    18         {% endblock %}
    19     </head>
    19     </head>