1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 18:38:23 +02:00

List aliases on profile page

This commit is contained in:
Alexandre Iooss
2020-08-23 12:07:04 +02:00
parent cbc3e39bd6
commit 44b7fe8f52
3 changed files with 44 additions and 43 deletions

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load static i18n pretty_money %}
{% load render_table from django_tables2 %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{# Use a fluid-width container #}
{% block containertype %}container-fluid{% endblock %}
@ -9,10 +10,12 @@
<div class="row mt-4">
<div class="col-xl-4">
{% block profile_info %}
{% include "member/profile_info.html" %}
{% endblock %}
</div>
<div class="col-xl-8">
{% block profile_content %}
{% include "member/profile_tables.html" %}
{% endblock %}
</div>
</div>