fix sample form twig submit action url
continuous-integration/drone/push Build is passing Details

pull/10/head
Override-6 1 year ago
parent edbd4705dc
commit 947cda494a
Signed by untrusted user who does not match committer: maxime.batista
GPG Key ID: 8002CC4B4DD9ECA5

@ -8,7 +8,7 @@
<h1>Hello, this is a sample form made in Twig !</h1> <h1>Hello, this is a sample form made in Twig !</h1>
<form action="/submit-twig" method="POST"> <form action="submit-twig" method="POST">
<label for="name">your name: </label> <label for="name">your name: </label>
<input type="text" id="name" name="name"/> <input type="text" id="name" name="name"/>
<label for="password">a little description about yourself: </label> <label for="password">a little description about yourself: </label>

Loading…
Cancel
Save