summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-16 00:55:59 -0500
committerDrew DeVault <sir@cmpwn.com>2018-11-16 00:55:59 -0500
commitfd3b392543c708ce35f1dfbb809490bfeebaa663 (patch)
treee9c73fc70e4b98fd175187628b906e2901ecb66a
parent61789e018cdfc9c49da181e7cfa1787944f577f2 (diff)
Add CSRF tokens
-rw-r--r--mansrht/templates/create.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/mansrht/templates/create.html b/mansrht/templates/create.html
index 438f90d..5729c96 100644
--- a/mansrht/templates/create.html
+++ b/mansrht/templates/create.html
@@ -8,6 +8,7 @@
<section class="col-md-6">
<h3 id="create">Create new wiki</h3>
<form method="POST" action="/wiki/create">
+ {{csrf_token()}}
<div class="form-group">
<label for="name">Name</label>
<input