Guest User

Untitled

a guest
Nov 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.19 KB | None | 0 0
  1. <form action="{{ url_for('results') }}" method=post>
  2.    <input name="name" type="text"> <br>
  3.    <input name="lastname" type="text"> <br>
  4.    <input type="submit" value="buscar">
  5.   </form>
Add Comment
Please, Sign In to add comment