|
|
|
|
@ -15,10 +15,10 @@ |
|
|
|
|
|
|
|
|
|
<script src="{% static 'ckeditor/ckeditor/ckeditor.js' %}"></script> |
|
|
|
|
{# google map не забыть скачать скрипты на локал #} |
|
|
|
|
<link href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/redmond/jquery-ui.css' rel="stylesheet"/> |
|
|
|
|
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script> |
|
|
|
|
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js'></script> |
|
|
|
|
<script src='http://maps.google.com/maps/api/js?sensor=false'></script> |
|
|
|
|
<link href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/redmond/jquery-ui.css' rel="stylesheet"/> |
|
|
|
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script> |
|
|
|
|
<script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js'></script> |
|
|
|
|
<script src='https://maps.google.com/maps/api/js?sensor=false'></script> |
|
|
|
|
{# selects #} |
|
|
|
|
<link href="{% static 'js/select/select2.css' %}" rel="stylesheet"/> |
|
|
|
|
<script src="{% static 'js/select/select2.js' %}"></script> |
|
|
|
|
|