mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Add CSRF token into signin view
This commit is contained in:
parent
be9c7cad5a
commit
751a668725
1 changed files with 3 additions and 1 deletions
|
@ -5,10 +5,12 @@
|
|||
.row
|
||||
.span12
|
||||
form method="POST" action="/signin"
|
||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||
|
||||
fieldset
|
||||
div: input name="username" type="text" placeholder="Your username"
|
||||
div: input name="password" type="password" placeholder="Your password"
|
||||
div: button class="btn btn-large btn-success" href="#" style="margin-top: 10px" Sign in
|
||||
.row
|
||||
.span12
|
||||
a href="/new" I don't have an account yet.
|
||||
a href="/new" I don't have an account yet.
|
||||
|
|
Loading…
Add table
Reference in a new issue