source: templates/500.html@ 6176

Last change on this file since 6176 was 6176, checked in by RIck van der Zwet, 17 years ago

Restructured directory layout to match more logical structure as discribed in
README, note untested commit as code is not yet reproduceable

File size: 502 bytes
Line 
1{% extends "admin/base_site.html" %}
2{% load i18n %}
3
4{% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans "Home" %}</a> &rsaquo; {% trans "Server error" %}</div>{% endblock %}
5
6{% block title %}{% trans 'Server error (500)' %}{% endblock %}
7
8{% block content %}
9<h1>{% trans 'Server Error <em>(500)</em>' %}</h1>
10<p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p>
11
12{% endblock %}
Note: See TracBrowser for help on using the repository browser.