plateforme-tfjm2/templates/member/profile_list.html

8 lines
118 B
HTML
Raw Normal View History

2020-04-30 19:07:12 +00:00
{% extends "base.html" %}
{% load django_tables2 %}
{% block content %}
{% render_table table %}
{% endblock %}