Skip to content

Commit 68a3af8

Browse files
authored
Aumentados límites de caracteres en base a requerimientos
1 parent 303c15e commit 68a3af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WEB/templates/entrada.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Registro de Entrada</h1>
1010
class="form-control"
1111
id="nombre"
1212
name="nombre"
13-
maxlength="22"
13+
maxlength="25"
1414
required
1515
/>
1616
</div>
@@ -21,7 +21,7 @@ <h1>Registro de Entrada</h1>
2121
class="form-control"
2222
id="correo"
2323
name="correo"
24-
maxlength="22"
24+
maxlength="35"
2525
required
2626
/>
2727
</div>

0 commit comments

Comments
 (0)