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 @@