add csrf_token to forms
This commit is contained in:
parent
0b5286fb8a
commit
891fe36a83
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<h1>Search</h1>
|
||||
|
||||
<form method="POST">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<div class="search-wrapper">
|
||||
<label for="q">Search for: </label>
|
||||
<input type="search" name="q" value="{{ q }}" class="search-input">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue