removed link to home, go back, which is always the case with csrf token invalidation

This commit is contained in:
Daniël Klabbers 2019-06-24 10:49:31 +02:00
parent a65074d01b
commit 96bf238aea

View File

@ -5,8 +5,8 @@
{{ $message }}
</p>
<p>
<a href="{{ $app->url() }}">
{{ $translator->trans('core.views.error.419_return_link', ['{forum}' => $settings->get('forum_title')]) }}
<a href="javascript:history.back()">
{{ $translator->trans('core.views.error.419_return_link') }}
</a>
</p>
@endsection