equal
deleted
inserted
replaced
8 <!-- Bootstrap --> |
8 <!-- Bootstrap --> |
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 "pages/pages.css" %}"> |
13 <link rel="stylesheet" href="{% static "style.css" %}"> |
14 </head> |
14 </head> |
15 <body> |
15 <body> |
16 {% block content %}{% endblock %} |
16 {% block content %}{% endblock %} |
17 |
17 |
18 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |
18 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |