diff options
author | Frederick Muriuki Muriithi | 2024-05-02 07:50:59 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-05-02 07:50:59 +0300 |
commit | 5aedb0ccad1020dd0e46f3d6af438f6ceabd5a7f (patch) | |
tree | a952a84c2177dbfcfef540e5356c051ebf093299 /gn_auth | |
parent | dcfafd9805cf588c9da201333789157713dae7af (diff) | |
download | gn-auth-5aedb0ccad1020dd0e46f3d6af438f6ceabd5a7f.tar.gz |
Improve UI look-and-feel.
Diffstat (limited to 'gn_auth')
-rw-r--r-- | gn_auth/templates/admin/view-oauth2-client.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gn_auth/templates/admin/view-oauth2-client.html b/gn_auth/templates/admin/view-oauth2-client.html index 38e48c7..80ef84a 100644 --- a/gn_auth/templates/admin/view-oauth2-client.html +++ b/gn_auth/templates/admin/view-oauth2-client.html @@ -36,7 +36,8 @@ <br /> <input type="text" name="redirect_uri" id="txt-redirect-uri" value="{{client.client_metadata.default_redirect_uri}}" - required="required"> + required="required" + class="form-control" /> <br /><br /> <label for="txta:other-redirect-uris">Other Redirect URIs</label> @@ -65,7 +66,7 @@ {%endfor%} </fieldset> - <input type="submit" value="update client" /> + <input type="submit" class="btn btn-primary" value="update client" /> </form> <hr /> |