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:
7
apps/registration/templates/registration/user_list.html
Normal file
7
apps/registration/templates/registration/user_list.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load django_tables2 %}
|
||||
|
||||
{% block content %}
|
||||
{% render_table table %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user