Update web/templates/login.html
This commit is contained in:
@@ -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">
|
||||||
<a class="login-sso-button" href="{% url 'oidc_authentication_init' %}">
|
<div class="login-box">
|
||||||
Sign in with your account
|
<a class="login-sso-button" href="{% url 'oidc_authentication_init' %}">
|
||||||
</a>
|
Log in with your account
|
||||||
|
</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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user