Merge branch 'develop'
This commit is contained in:
commit
c159256776
|
@ -5,6 +5,10 @@
|
||||||
<!--[if !IE]><!--> <html> <!--<![endif]-->
|
<!--[if !IE]><!--> <html> <!--<![endif]-->
|
||||||
{% include 'head' %}
|
{% include 'head' %}
|
||||||
<body class="{% block body_classes %}{% endblock %}">
|
<body class="{% block body_classes %}{% endblock %}">
|
||||||
|
<!--[if lt IE 7]>
|
||||||
|
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
{% include 'navbar' %}
|
{% include 'navbar' %}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Reference in a new issue