mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-05 22:30:07 +01:00
12 lines
284 B
Smarty
12 lines
284 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 !loggedIn -->
|
|
<p>[[global:403.login, {config.relative_path}]]</p>
|
|
<!-- ENDIF !loggedIn -->
|
|
</div> |