summaryrefslogtreecommitdiff
path: root/dashboard/templates/permission_denied.html
blob: 96b02dccb7ed53aeaf38a0382964d1273774c6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "dashboard/base.html" %}

{% block title %} - Permission Denied{% endblock %}
{% block pageclass %}denied{% endblock %}

{% block content %}
  <div id="page_head">
    <h2 id="page_heading">Permission Denied</h2>
    <p id="page_description">You do not have permission to view the requested page.</p>
  </div>
{% endblock %}