Mercurial > public > sg101
comparison gpp/templates/500.html @ 310:daa2916f5b34
Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 20 Jan 2011 04:03:48 +0000 |
parents | dbd703f7d63a |
children |
comparison
equal
deleted
inserted
replaced
309:8a0bae48b6ca | 310:daa2916f5b34 |
---|---|
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
5 <head><title>Internal Server Error</title> | 5 <head><title>Internal Server Error</title> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 | 8 |
9 <h1>Internal Server Error</h1> | 9 <h1>Whoops! Internal Server Error</h1> |
10 | 10 |
11 <p>We're sorry, that page is currently unavailable due to a server misconfiguration.</p> | 11 <p>We're sorry, that page is currently unavailable due to a server misconfiguration.</p> |
12 <p>The server administrator has been notified, and we apologise for any inconvenience.</p> | 12 <p>The server administrator has been notified, and we apologize for any inconvenience.</p> |
13 | 13 |
14 </body> | 14 </body> |
15 </html> | 15 </html> |