This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/broomcloset/global/restricted.tpl
flashwave f30f03ba59 r20150929.1
Signed-off-by: Flashwave <me@flash.moe>
2015-09-29 19:26:24 +02:00

11 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 %}