10 lines
264 B
Smarty
10 lines
264 B
Smarty
{% extends 'global/master.tpl' %}
|
|
|
|
{% block title %}Restricted{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="main">
|
|
<h1 class="page-header">Restricted</h1>
|
|
<p class="lead">You are not allowed to manage this site.</p>
|
|
</div>
|
|
{% endblock %}
|