1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

Make the container customizable

This commit is contained in:
Alexandre Iooss
2020-08-10 11:40:51 +02:00
parent 50f4a43343
commit ce35e8f7e8
3 changed files with 7 additions and 3 deletions

View File

@ -167,7 +167,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
</ul>
</div>
</nav>
<div class="container-fluid my-3" style="max-width: 1600px;">
<div class="{% block containertype %}container-fluid{% endblock %} my-3">
{% if request.user.is_authenticated and not request.user.profile.email_confirmed %}
<div class="alert alert-warning">
{% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}