diff options
author | Camil Staps | 2017-09-20 17:12:43 +0200 |
---|---|---|
committer | Camil Staps | 2017-09-20 17:12:43 +0200 |
commit | e661ce344127ca8acd1300746c5132098578fab7 (patch) | |
tree | a0d55336f6d23d24ac08400c9846e30ca529b2af /resources | |
parent | Hide top users on some pages (diff) |
Use POST for long queries; change request to TEXT type for the same reason
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/trainer.blade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index 70f1f3d..82cfe02 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -8,6 +8,8 @@ use HebrewParseTrainer\Tense; @section('sidebar') <form id="hebrewparsetrainer-settings"> + <input type="hidden" id="csrf" value="{{ csrf_token() }}"/> + <div class="form-group"> <h3>Stems</h3> @foreach (Stem::all() as $stem) |