Statistics
| Branch: | Tag: | Revision:

root / templates / 403.html @ 828ef1fd

History | View | Annotate | Download (207 Bytes)

1
{% extends "base.html" %}
2

    
3
{% block title %}Access denied{% endblock %}
4
{% block content %}
5
<h3 align="center">Access denied</h3>
6
<h4 align="center">You do not have sufficient privileges</h4>
7
{% endblock %}