CSRF should use the variable

pull/2/head
Shiva Teja Reddy 2014-05-13 09:47:30 +05:30
parent ed8dfcd66a
commit 78fc891c1e
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ added in the [pull request #40](https://github.com/sahat/hackathon-starter/pull/
as part of CSRF protection.
```
input(type='hidden', name='_csrf', value='_csrf')
input(type='hidden', name='_csrf', value=_csrf)
```
**Note:** It is now possible to whitelist certain URLs. In other words you can