qmsk_www/templates/site.html
changeset 233 f5227f26231b
parent 227 7688463b295d
equal deleted inserted replaced
232:5a16a53e9800 233:f5227f26231b
     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>