aboutsummaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/trainer.blade.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php
index e120500..59e457a 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)