Add global CSRF protection
This commit is contained in:
parent
ab09314ed3
commit
4ed522ae47
15 changed files with 28 additions and 22 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
<div class="form">
|
||||
${form.begin()}
|
||||
${form.csrf_token()}
|
||||
${form.hidden('user', value=request.user.uuid if request.user else None)}
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue