tentanto implementar uma modal

This commit is contained in:
2024-12-11 11:00:22 -03:00
parent fbb326f347
commit e5ef3898d0
11 changed files with 117 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="{% static 'base.css' %}">
{% block 'head' %}{% endblock %}
<title> {% block 'title' %}{% endblock %} </title>