jean-marie/backend/templates/useradmin.html

6 lines
161 B
HTML

{% extends "base.html" %}
{% block title %}User Profile{% endblock %}
{% block content %}
This is the user administration page. <br />
{{ users }}
{% endblock %}