summaryrefslogtreecommitdiffstats
path: root/templates/public/denied.html
blob: c59c0f735809ac997c1bdd6b8d9d7db795adaf4f (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block content %}
<div class="box">
	<br /><br />
	Sorry, you don't have sufficient privileges to perform this function.
	<br /><br />
</div>
<br /><br />
{% endblock %}