annotate gpp/templates/500.html @ 97:96eec1ed0fd3

Render the forum page navigation in the view with render_to_string() to avoid doing it twice in the template code. Also undo a mistake in the last commit. Need 2 different orderings for Post objects: by creation date in normal views, and by reverse creation date in the admin.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 19:58:31 +0000
parents dbd703f7d63a
children daa2916f5b34
rev   line source
gremmie@1 1 <?xml version="1.0" encoding="UTF-8"?>
gremmie@1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
gremmie@1 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
gremmie@1 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
gremmie@1 5 <head><title>Internal Server Error</title>
gremmie@1 6 </head>
gremmie@1 7 <body>
gremmie@1 8
gremmie@1 9 <h1>Internal Server Error</h1>
gremmie@1 10
gremmie@1 11 <p>We're sorry, that page is currently unavailable due to a server misconfiguration.</p>
gremmie@1 12 <p>The server administrator has been notified, and we apologise for any inconvenience.</p>
gremmie@1 13
gremmie@1 14 </body>
gremmie@1 15 </html>