nice look

This commit is contained in:
2026-03-03 18:40:55 +00:00
parent 8152072bec
commit a5c5c6daf5
2 changed files with 145 additions and 76 deletions

View File

@@ -1,13 +1,13 @@
{% extends 'base.html' %}
{% block content %}
<div class="login-layout">
<section class="hero card">
<h1>{{ t('subtitle') }}</h1>
<p>{{ t('login_note') }}</p>
</section>
<section class="card form-card">
<h2>{{ t('login') }}</h2>
<section class="card login-shell">
<header class="login-intro">
<h1>{{ t('subtitle') }}</h1>
<p>{{ t('login_note') }}</p>
</header>
<hr class="login-divider" />
<h2 class="login-title">{{ t('login') }}</h2>
<form method="post" action="{{ url_for('login') }}" class="form-grid">
<label>
{{ t('group_name') }}