|
|
|
|
@ -24,9 +24,7 @@ |
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static "img/favicon/apple-touch-icon-180x180.png" %}"> |
|
|
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic" rel="stylesheet"> |
|
|
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" |
|
|
|
|
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" |
|
|
|
|
crossorigin="anonymous"> |
|
|
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}"> |
|
|
|
|
<link rel="stylesheet" href="{% static 'css/main.min.css' %}"> |
|
|
|
|
<link rel="stylesheet" href="{% static 'css/main.fix.css' %}"> |
|
|
|
|
{% block extra_head_content %} |
|
|
|
|
@ -54,9 +52,7 @@ |
|
|
|
|
<!-- jQuery --> |
|
|
|
|
<script src="{% static 'js/scripts.min.js' %}"></script> |
|
|
|
|
<!-- Latest compiled and minified JavaScript --> |
|
|
|
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" |
|
|
|
|
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" |
|
|
|
|
crossorigin="anonymous"></script> |
|
|
|
|
<script src="{% static 'js/bootstrap.min.js' %}"></script> |
|
|
|
|
{#<script src="{% static 'js/basket.tools.js' %}"></script>#} |
|
|
|
|
{#<script src="{% static 'js/jquery.autocomplete.js' %}"></script>#} |
|
|
|
|
{#<script src="{% static 'js/our_search_code.js' %}"></script>#} |
|
|
|
|
|