Statistics
| Branch: | Tag: | Revision:

root / templates / 500.html @ 064ecc91

History | View | Annotate | Download (263 Bytes)

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

    
3
{% block title %}Access denied{% endblock %}
4
{% block content %}
5
<h3 align="center">Internal error</h3>
6
<h4 align="center">Our administrators have been notified with this problem. We apologize for the inconvenience.</h4>
7
{% endblock %}