Last change
on this file since 6180 was 6180, checked in by RIck van der Zwet, 17 years ago |
Differ from exodus and django config
|
File size:
502 bytes
|
Rev | Line | |
---|
| 1 | {% extends "admin/base_site.html" %}
|
---|
| 2 | {% load i18n %}
|
---|
| 3 |
|
---|
| 4 | {% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans "Home" %}</a> › {% 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.