mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
Базовая карта
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
<head>
|
||||
<title>{% block head_title %}{% endblock %}</title>
|
||||
<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
|
||||
<script type = "text/javascript" src="{% static 'js/bootstrap.bundle.min.js' %}"></script>
|
||||
<link rel="stylesheet" href="{% static 'css/thirdparty/bootstrap.min.css' %}">
|
||||
<script type = "text/javascript" src="{% static 'js/thirdparty/bootstrap.bundle.min.js' %}"></script>
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/own/map.css' %}" />
|
||||
<link rel="stylesheet" type="text/css" href="https:///unpkg.com/leaflet/dist/leaflet.css" />
|
||||
<script src="https:///unpkg.com/leaflet/dist/leaflet.js"></script>
|
||||
{% csrf_token %}
|
||||
{% block extra_head %}
|
||||
{% endblock %}
|
||||
@@ -20,6 +23,9 @@
|
||||
<a class="navbar-brand" href="/">WhereToGo</a>
|
||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{% url 'maps:map' %}">{% trans "Map" %}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
||||
{% if user.is_authenticated %}
|
||||
@@ -41,9 +47,6 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<form class="d-flex">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user