From c377363943a20df243859fed61554e951bea4259 Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Sat, 21 Mar 2026 22:04:38 -0300 Subject: [PATCH] rut maximo caracteres --- templates/login.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/templates/login.html b/templates/login.html index 8309304..650e680 100644 --- a/templates/login.html +++ b/templates/login.html @@ -22,12 +22,13 @@
+ class="form-control" + name="rut" + id="rutInput" + placeholder="12.345.678-9" + maxlength="12" + required + autofocus>
@@ -45,6 +46,11 @@