mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
008dfe869c
"Procceed" -> "Proceed" Former-commit-id: 7f9b983d4281bf3d8492e2722e327e551ed7e716
5 lines
111 B
HTML
5 lines
111 B
HTML
<form method="POST" action="/user/signup">
|
|
{{ .csrfField }}
|
|
<button type="submit">Proceed</button>
|
|
</form>
|