Merge branch 'auth-openid' of git://github.com/jnovack/phorkie into auth-openid
[phorkie.git] / data / templates / forbidden.htm
1 {% extends "base.htm" %}
2 {% block title %}Access Denied{% endblock %}
3
4 {% block content %}
5
6 <img src="/images/access_denied.png" align='left' alt="acces denied"/>
7 <h2>Access Denied</h2>
8 <p>
9  We're sorry; but you are not allowed to access this page.
10 </p>
11 <p>
12  You may <a href="/login">log in</a> if you want.
13 </p>
14 {% endblock %}
15