1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Use a fixed-width container by default for lisibility

This commit is contained in:
Alexandre Iooss
2020-08-10 12:08:47 +02:00
parent e78ba49252
commit beff848796
4 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{% extends "member/noteowner_detail.html" %}
{# Use a fluid-width container #}
{% block containertype %}container-fluid{% endblock %}
{% block profile_info %}
{% include "wei/weiclub_info.html" %}
{% endblock %}