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/yuuno/global/restricted.tpl
flashwave abb2f75669 r20150906
Signed-off-by: Flashwave <me@flash.moe>
2015-09-06 03:04:55 +02:00

10 lines
345 B
Smarty

{% extends 'global/master.tpl' %}
{% block content %}
<div class="content standalone">
<div>
<h1>You aren't allowed to view this page!</h1>
Please make sure that you're logged in and are supposed to be able to access this page. If you think this was a mistake please contact a staff member.
</div>
</div>
{% endblock %}