1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 16:47:10 +00:00
plateforme-tfjm2/templates/member/profile_list.html
Yohann D'ANELLO 03f47f996b Profile list
2020-04-30 21:07:12 +02:00

8 lines
118 B
HTML

{% extends "base.html" %}
{% load django_tables2 %}
{% block content %}
{% render_table table %}
{% endblock %}