diff --git a/api/templates/admin/login.html b/api/templates/admin/login.html index d38788b4..ae53c180 100644 --- a/api/templates/admin/login.html +++ b/api/templates/admin/login.html @@ -1,5 +1,5 @@ {% extends "admin/login.html" %} -{% block body %} +{% block content %} {{ block.super }} {% if OIDC_ENABLED %} {% endif %} diff --git a/api/templates/rest_framework/login.html b/api/templates/rest_framework/login.html index e67ce98f..b6522ab4 100644 --- a/api/templates/rest_framework/login.html +++ b/api/templates/rest_framework/login.html @@ -7,7 +7,13 @@ document.querySelector("input[value='Log in']") .parentElement .parentElement - .innerHTML += `Login with Zitadel`; + .innerHTML += ` +
+
+ + + +
`; }; {% endif %}