1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 05:32:12 +02:00

Display user list

This commit is contained in:
Yohann D'ANELLO
2020-12-11 14:06:08 +01:00
parent 10115a0419
commit dbcf15c4f3
6 changed files with 113 additions and 78 deletions

View File

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% load django_tables2 %}
{% block content %}
{% render_table table %}
{% endblock %}