Skip to content

Commit

Permalink
Remueve el input de telefono
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Jacznik committed May 28, 2024
1 parent 54e88e3 commit 13c639b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/templates/clients/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ <h1>Nuevo Cliente</h1>
</div>
{% endif %}
</div>
<div>
<label for="phone" class="form-label">Teléfono</label>
<input type="text"
id="phone"
name="phone"
class="form-control"
value="{{client.phone}}"
required/>

{% if errors.phone %}
<div class="invalid-feedback">
{{ errors.phone }}
</div>
{% endif %}
</div>
<div>
<label for="email" class="form-label">Email</label>
<input type="email"
Expand Down

0 comments on commit 13c639b

Please sign in to comment.