Поправил баг с LyngSat и добавил локально библиотеку

This commit is contained in:
2025-11-18 09:36:19 +03:00
parent c0f2f16303
commit 06a39278d2
16 changed files with 5298 additions and 43 deletions

View File

@@ -1,10 +1,12 @@
{% extends 'mainapp/base.html' %}
{% load static %}
{% load static leaflet_tags %}
{% block title %}Список объектов{% endblock %}
{% block extra_css %}
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css" />
<link href="{% static 'leaflet/leaflet.css' %}" rel="stylesheet">
<link href="{% static 'leaflet-draw/leaflet.draw.css' %}" rel="stylesheet">
<style>
.table-responsive tr.selected {
background-color: #d4edff;