mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
removed link to home, go back, which is always the case with csrf token invalidation
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
{{ $message }}
|
{{ $message }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ $app->url() }}">
|
<a href="javascript:history.back()">
|
||||||
{{ $translator->trans('core.views.error.419_return_link', ['{forum}' => $settings->get('forum_title')]) }}
|
{{ $translator->trans('core.views.error.419_return_link') }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@endsection
|
@endsection
|
||||||
|
Reference in New Issue
Block a user