more fixes, AI
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{% load sekizai_tags static %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap.min.css" />{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap-responsive.min.css" />
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" />{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap-responsive.min.css' %}" />
|
||||
{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{{STATIC_URL}}/css/bootstrap-overrides.css" />{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{{STATIC_URL}}/css/theme.css" type="text/css" />{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap-overrides.css' %}"/>{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link rel="stylesheet" href="{% static 'css/theme.css' %}" type="text/css" />{% endaddtoblock %} {% addtoblock "css" strip %}
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="{{STATIC_URL}}/css/index.css"
|
||||
href="{% static 'css/index.css' %}"
|
||||
type="text/css"
|
||||
media="screen"
|
||||
/>
|
||||
@@ -20,18 +20,16 @@
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
{% endaddtoblock %} {% addtoblock "js" strip %}
|
||||
<script src="{{STATIC_URL}}/js/jquery-2.0.3.min.js"></script>
|
||||
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
||||
{% endaddtoblock %} {% addtoblock "js" strip %}
|
||||
<script src="{{STATIC_URL}}/js/bootstrap.min.js"></script>
|
||||
<script src="{% static 'js/jquery.countdown.min.js' %}"></script>
|
||||
{% endaddtoblock %} {% addtoblock "js" strip %}
|
||||
<script src="{{STATIC_URL}}/js/jquery.countdown.min.js"></script>
|
||||
<script src="{% static 'js/theme.js' %}"></script>
|
||||
{% endaddtoblock %} {% addtoblock "js" strip %}
|
||||
<script src="{{STATIC_URL}}/js/theme.js"></script>
|
||||
{% endaddtoblock %} {% addtoblock "js" strip %}
|
||||
<script src="{{STATIC_URL}}/js/index-slider.js" type="text/javascript"></script>
|
||||
<script src="{% static 'js/index-slider.js' %}" type="text/javascript"></script>
|
||||
{% endaddtoblock %} {% addtoblock "js" strip %}
|
||||
<script
|
||||
src="{{STATIC_URL}}/js/bindWithDelay.js"
|
||||
src="{% static 'js/bindWithDelay.js' %}"
|
||||
type="text/javascript"
|
||||
></script>
|
||||
{% endaddtoblock %} {% addtoblock "js" %}
|
||||
|
||||
Reference in New Issue
Block a user