1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-08-07 13:50:02 +02:00
Files
plateforme-tfjm2/apps/registration/templates/registration/user_list.html
2020-12-27 11:49:54 +01:00

8 lines
118 B
HTML

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