1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-04 22:54:05 +02:00

Set fluid container on parent template

This commit is contained in:
Alexandre Iooss
2020-08-23 00:03:10 +02:00
parent 2c1cf148fa
commit 342d3910c7
3 changed files with 30 additions and 36 deletions

View File

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