mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
refine: required confirmation_email field on both student forms, StudentEmail uses it directly
- Add dedicated 'confirmation_email' (type=email, required) field to student form at end of submission (partage + admin). - ThesisCreateController now validates it is present and a valid email; form is rejected if missing/invalid. - Autofocus mapping for confirmation_email errors. - StudentEmail uses confirmation_email directly (removed extractEmail hack that mined email from free-form contact field).
This commit is contained in:
@@ -638,6 +638,15 @@
|
||||
background: var(--blue-muted-bg-hover);
|
||||
}
|
||||
|
||||
.admin-btn-visit {
|
||||
background: var(--success-muted-bg);
|
||||
color: var(--success);
|
||||
border-color: var(--success-muted-border);
|
||||
}
|
||||
.admin-btn-visit:hover {
|
||||
background: var(--green-muted-bg-hover);
|
||||
}
|
||||
|
||||
.admin-btn-edit {
|
||||
background: var(--yellow-muted-bg);
|
||||
color: var(--accent-yellow);
|
||||
|
||||
Reference in New Issue
Block a user