Skip to content

Commit

Permalink
añado el hidden tag al ejemplo de flask.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevilla committed Feb 4, 2024
1 parent c198356 commit ec2e508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ejemplos/frontend/flask-example/app/templates/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h3 class="title">Sign Up</h3>
{% endwith %}

<form method="POST" action="/signup">
{{ form.hidden_tag() }}
<div class="field">
<div class="control">
<input class="input is-large" type="email" name="email" placeholder="Email" autofocus="">
Expand All @@ -35,4 +36,4 @@ <h3 class="title">Sign Up</h3>
</form>
</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit ec2e508

Please sign in to comment.