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/templates/misaki/global/restricted.twig
2016-01-04 21:14:09 +01:00

11 lines
386 B
Twig

{% extends 'global/master.twig' %}
{% block title %}Restricted{% endblock %}
{% block content %}
<div class="platform">
<h1 class="sectionHead">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>
{% endblock %}