mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 04:31:57 +08:00
removed link to home, go back, which is always the case with csrf token invalidation
This commit is contained in:
parent
8e86d38804
commit
89f6cfd949
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user