From c56dc39193909062d25e3270d9ab0ec3467a47ee Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 19 Jul 2024 10:22:31 -0500 Subject: Fix styling: Use bootstrap styling. --- gn_auth/templates/admin/register-client.html | 99 ++++++++++++++++------------ 1 file changed, 56 insertions(+), 43 deletions(-) (limited to 'gn_auth/templates/admin/register-client.html') diff --git a/gn_auth/templates/admin/register-client.html b/gn_auth/templates/admin/register-client.html index 20d7aa2..5e24148 100644 --- a/gn_auth/templates/admin/register-client.html +++ b/gn_auth/templates/admin/register-client.html @@ -9,59 +9,72 @@
-
- Select client scope - + Select client scope +
{%for scp in scope%} - -
+
+ +
{%endfor%} +
-
- -
- Basic OAuth2 client information - - - - Basic OAuth2 client information +
+ + -

+
- - + + -

+ - -
- -

-
- Supported grant types - {%for granttype in granttypes%} - + + +
+ Supported grant types + {%for granttype in granttypes%} +
-

- {%endfor%} -
-
- -
- User information + + {%endfor%} + -

The user to register this client for

- {%for user in users%} {%endfor%} -
- - + + +
{%endblock%} -- cgit v1.2.3