summaryrefslogtreecommitdiff
path: root/templates/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/403.html')
-rw-r--r--templates/403.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/403.html b/templates/403.html
new file mode 100644
index 0000000..00b94f1
--- /dev/null
+++ b/templates/403.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block headline %}Permission denied{% endblock %}
+{% block title %}COIP{% endblock %}
+{% block main %}
+<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>
+{% endblock %} \ No newline at end of file