Mercurial > public > bravenewsurf
comparison bns_website/templates/base.html @ 63:b0f4ea06c698
Update the Bootstrap CSS to version 1.4.0.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 19 Nov 2011 14:59:35 -0600 |
parents | a4e0b03e5c00 |
children | cf4e7eed74d3 |
comparison
equal
deleted
inserted
replaced
62:93e9e7b3d2ae | 63:b0f4ea06c698 |
---|---|
6 <head> | 6 <head> |
7 <title>Brave New Surf | {% block title %}{% endblock %}</title> | 7 <title>Brave New Surf | {% block title %}{% endblock %}</title> |
8 <meta charset="utf-8" /> | 8 <meta charset="utf-8" /> |
9 {% block custom_meta %}{% endblock %} | 9 {% block custom_meta %}{% endblock %} |
10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" /> | 10 <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" /> |
11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" /> | 11 <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" /> |
12 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" /> | 12 <link rel="stylesheet" href="{{ STATIC_URL }}css/base.css" /> |
13 {% block custom_css %}{% endblock %} | 13 {% block custom_css %}{% endblock %} |
14 {% block custom_js %}{% endblock %} | 14 {% block custom_js %}{% endblock %} |
15 </head> | 15 </head> |
16 <body>{% block begin_body %}{% endblock %} | 16 <body>{% block begin_body %}{% endblock %} |