|
@@ -12,18 +12,8 @@
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css" />
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css" />
|
|
<link href="{{ url_for('static', filename='css/main.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/main.css') }}" rel="stylesheet">
|
|
|
|
|
|
- <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js" integrity="sha512-rmZcZsyhe0/MAjquhTgiUcb4d9knaFc7b5xAfju483gbEXTkeJRUMIPk6s3ySZMYUHEcjKbjLjyddGWMrNEvZg==" crossorigin="anonymous"></script>
|
|
|
|
- <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
|
|
|
|
-
|
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
|
|
|
|
- integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI="
|
|
|
|
- crossorigin=""/>
|
|
|
|
- <script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
|
|
|
|
- integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
|
|
|
|
- crossorigin=""></script>
|
|
|
|
- <link rel="stylesheet" href="static/css/leaflet.awesome-markers.css">
|
|
|
|
- <script src="static/js/leaflet.awesome-markers.js"></script>
|
|
|
|
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
|
|
+ {% block head_links %}
|
|
|
|
+ {% endblock %}
|
|
|
|
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|