diff options
author | Leif Johansson <leifj@sunet.se> | 2010-08-04 14:13:57 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-08-04 14:13:57 +0200 |
commit | ed6ae335158d662d2c29634e88243942e637d170 (patch) | |
tree | 70c86d5e5a14ad0fe1a8f9e17c093ee860ce0ad7 /templates/403.html | |
parent | 6785fc8ab29495d12cfde8caa3d07375aa2e6246 (diff) |
restructure the templates a bit
Diffstat (limited to 'templates/403.html')
-rw-r--r-- | templates/403.html | 8 |
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 |