mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 04:42:22 +01:00
13 lines
607 B
HTML
13 lines
607 B
HTML
<section>
|
|
<div class="container">
|
|
<div class="page-header">
|
|
<h3 translate="STATUS_PAGE.FORBIDDEN"></h3>
|
|
</div>
|
|
<div class="alert alert-danger" role="alert">
|
|
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
|
|
<span class="sr-only">Error:</span>
|
|
<span translate="STATUS_PAGE.ACCESS_DENY"
|
|
translate-values="{sMail: vm.supportConfig.supportMailAddress, sNameDesc: vm.supportConfig.supportGroupNameDesc, sName: vm.supportConfig.supportGroupName}"></span>
|
|
</div>
|
|
</div>
|
|
</section> |