mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
16 lines
361 B
Smarty
16 lines
361 B
Smarty
<div class="alert alert-danger">
|
|
<strong>[[global:403.title]]</strong>
|
|
<!-- IF error -->
|
|
<p>{error}</p>
|
|
<!-- ELSE -->
|
|
<p>[[global:403.message]]</p>
|
|
<!-- ENDIF error -->
|
|
|
|
<!-- IF returnLink -->
|
|
<p>[[error:goback]]</p>
|
|
<!-- ENDIF returnLink -->
|
|
|
|
<!-- IF !loggedIn -->
|
|
<p>[[global:403.login, {config.relative_path}]]</p>
|
|
<!-- ENDIF !loggedIn -->
|
|
</div> |