Add global CSRF protection

This commit is contained in:
Lance Edgar 2016-12-14 18:37:17 -06:00
parent ab09314ed3
commit 4ed522ae47
15 changed files with 28 additions and 22 deletions

View file

@ -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>