summaryrefslogtreecommitdiff
path: root/templates/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/403.html')
-rw-r--r--templates/403.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/403.html b/templates/403.html
index 00b94f1..83c872b 100644
--- a/templates/403.html
+++ b/templates/403.html
@@ -1,7 +1,7 @@
-{% extends "base.html" %}
+{% extends "tree.html" %}
{% block headline %}Permission denied{% endblock %}
{% block title %}COIP{% endblock %}
-{% block main %}
+{% block content %}
<div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>{{message}}</p>
</div>