canaille-globuzma/canaille/templates/oidc/admin/token_list.html

10 lines
207 B
HTML
Raw Normal View History

{% extends theme('base.html') %}
2020-08-26 14:27:08 +00:00
{% block script %}
<script src="/static/js/users.js"></script>
{% endblock %}
{% block content %}
{% include "partial/oidc/admin/token_list.html" %}
2020-08-26 14:27:08 +00:00
{% endblock %}