Skip to content

Commit

Permalink
Merge pull request #6 from expertic-heisohn/neyder
Browse files Browse the repository at this point in the history
cambio nombre de direccion por nombre de direccion de residencia
  • Loading branch information
juliangranda committed Nov 6, 2019
2 parents 4c39846 + 9a3585e commit f453bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usuarios.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ <h1 style="text-align: center;">Formulario de Usuarios</h1>
<input type="email" id="email" name="email" placeholder="Escribe tu Email" class="default">
</div>
<div>
<label for="direccion">Direccion</label>
<input type="text" id="direccion" name="direccion" class="default">
<label for="direccion-residencia">Direccion de Residencia</label>
<input type="text" id="direccion-residencia" name="direccion-residencia" class="default">
</div>
<div class="button">
<button type="submit">Enviar</button>
Expand Down

0 comments on commit f453bd2

Please sign in to comment.