on ajuste la largeur
This commit is contained in:
parent
a382b9ce22
commit
4aefe04f29
@ -12,6 +12,8 @@
|
||||
<script src="{% static 'js/adjust_datetimes.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block fluid %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
@ -18,6 +18,8 @@
|
||||
<script src="{% static 'js/modal.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block fluid %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
@ -13,6 +13,8 @@
|
||||
{{ title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block fluid %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user