Fix base template indentation and spacing

This commit is contained in:
Alexis Métaireau 2023-08-12 20:04:37 +02:00 committed by Laetitia Getti
parent 59ad699edf
commit 30ea525619

View file

@ -1,6 +1,7 @@
{% load static %} {% load static %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -17,6 +18,7 @@
{% endblock css %} {% endblock css %}
<link rel="shortcut icon" href="{% static 'img/icons/chariotte.ico' %}"> <link rel="shortcut icon" href="{% static 'img/icons/chariotte.ico' %}">
</head> </head>
<body> <body>
<main> <main>
<!-- Top navbar --> <!-- Top navbar -->
@ -138,6 +140,7 @@
</div> </div>
</div> </div>
</footer> </footer>
</html> </html>
<script> <script>