source: templates/500.html@ 6181

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

Converted the _ to -

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.