diff options
author | Leif Johansson <leifj@sunet.se> | 2011-08-07 14:33:53 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-08-07 14:33:53 +0200 |
commit | 63ec9216a9d85c80499fef9e0d9682d09ffa2875 (patch) | |
tree | 6b55ca59f2f5d23c2665a3dcde5f19448826ee98 /templates | |
parent | dfe5e1b74f066b2a1d1f94d02555617707cec432 (diff) |
include user info in 403
Diffstat (limited to 'templates')
-rw-r--r-- | templates/403.html | 4 |
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> |