on ajuste la largeur

This commit is contained in:
Jean-Marie Favreau 2024-04-20 23:24:55 +02:00
parent a382b9ce22
commit 4aefe04f29
4 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,8 @@
<script src="{% static 'js/adjust_datetimes.js' %}"></script>
{% endblock %}
{% block fluid %}{% endblock %}
{% block content %}

View File

@ -18,6 +18,8 @@
<script src="{% static 'js/modal.js' %}"></script>
{% endblock %}
{% block fluid %}{% endblock %}
{% block content %}

View File

@ -13,6 +13,8 @@
{{ title }}
{% endblock %}
{% block fluid %}{% endblock %}
{% block content %}

View File

@ -63,7 +63,7 @@
</ul>
</nav>
</div>
<main class="container-fluid">
<main class="container{% block fluid %}-fluid{% endblock %}">
{% if messages %}
{% for message in messages %}
<p {% if message.tags %} class="message {{ message.tags }} " {% endif %}> {{ message }}</p>