11 lines
385 B
Smarty
11 lines
385 B
Smarty
|
{% extends 'global/master.tpl' %}
|
||
|
|
||
|
{% 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 %}
|