From 96bf238aeacbba0e6eb07cf5351d3e3032d9382f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Mon, 24 Jun 2019 10:49:31 +0200 Subject: [PATCH] removed link to home, go back, which is always the case with csrf token invalidation --- framework/core/views/error/419.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/views/error/419.blade.php b/framework/core/views/error/419.blade.php index a2282323d..63c5fb4be 100644 --- a/framework/core/views/error/419.blade.php +++ b/framework/core/views/error/419.blade.php @@ -5,8 +5,8 @@ {{ $message }}

- - {{ $translator->trans('core.views.error.419_return_link', ['{forum}' => $settings->get('forum_title')]) }} + + {{ $translator->trans('core.views.error.419_return_link') }}

@endsection