From 6d9c61dc0072b96b12153e64940b465306f25bfb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 07:58:09 +0300 Subject: Change imports to new unified db module. --- gn_auth/templates/admin/list-oauth2-clients.html | 56 ++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 gn_auth/templates/admin/list-oauth2-clients.html (limited to 'gn_auth/templates/admin/list-oauth2-clients.html') diff --git a/gn_auth/templates/admin/list-oauth2-clients.html b/gn_auth/templates/admin/list-oauth2-clients.html new file mode 100644 index 0000000..0104f0d --- /dev/null +++ b/gn_auth/templates/admin/list-oauth2-clients.html @@ -0,0 +1,56 @@ +{%extends "base.html"%} + +{%block title%}Genenetwork3: OAuth2 Clients{%endblock%} + +{%block pagetitle%}OAuth2 Clients{%endblock%} + +{%block content%} +{{flash_messages()}} + + + + + + + + + + + + + + + {%for client in clients%} + + + + + + + + + {%else%} + + + + {%endfor%} + + +{%endblock%} -- cgit v1.2.3