Update web/templates/login.html

This commit is contained in:
2026-01-10 00:53:47 +00:00
parent 31d6e1b6b0
commit 0f3f0680f6
+9 -6
View File
@@ -3,7 +3,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Sign in · Illustrations</title> <title>Illustrations · Sign in</title>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{% static 'app.css' %}"> <link rel="stylesheet" href="{% static 'app.css' %}">
</head> </head>
@@ -13,16 +13,19 @@
<div class="login-hero"> <div class="login-hero">
<div class="login-card"> <div class="login-card">
<h1 class="login-title">Sign in</h1> <!-- App title instead of generic "Sign in" -->
<h1 class="login-title">Illustrations</h1>
<!-- Preferred sign-in --> <!-- Primary login box -->
<div class="login-sso"> <div class="login-sso">
<div class="login-box">
<a class="login-sso-button" href="{% url 'oidc_authentication_init' %}"> <a class="login-sso-button" href="{% url 'oidc_authentication_init' %}">
Sign in with your account Log in with your account
</a> </a>
</div> </div>
</div>
<!-- Toggle for legacy login --> <!-- Legacy toggle -->
<div class="login-divider"> <div class="login-divider">
<span> <span>
<a href="#" <a href="#"
@@ -81,7 +84,7 @@
{% endif %} {% endif %}
<button class="btn btn-primary btn-lg login-submit" type="submit"> <button class="btn btn-primary btn-lg login-submit" type="submit">
Sign in Log in
</button> </button>
</form> </form>